Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BuddyPress with danish letters


Builder
Participant

@bpuser44

I have it in htaccess file as per below, I am sure it will correct the letters.

AddDefaultCharset UTF-8

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress

Skip to toolbar