Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
colinsherlock
tagDiv Member

I added this code to the .htaccess file and it made no difference. Is there anything else I can try? I suspect this problem is growing.

colinsherlock
tagDiv Member

I have managed to fix it for my site.

I forced non use of the www in the htaccess file as a workaround by adding the following.

#Force non-www:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.example\.com [NC]
RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]

Hope this helps

colinsherlock
tagDiv Member

I have the same issue of site looking different when I leave the www out.

Viewing 3 posts - 1 through 3 (of 3 total)