[Pro] htacces

Try this instead

RewriteEngine On
RewriteCond %{HTTP_HOST} ^graphicid\.nl [NC]
RewriteRule (.*)$ http://www.graphicid.nl/$1 [R=301,L]

But I’m not really sure why you aren’t using the generic version that doesn’t specify the actual domain.

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

But dont copy/paste from here - type it.

And when you say your current code works on other sites - are those sites on the same server?

D


offtopic mailing list
email@hidden
Update your subscriptions at: