I hope someone can help me with the following question-
I'm trying to configure my .htaccess file so that if someone types in www.mydomain.net, it redirects to mydomain.net (ie, without the "www.")
I can usually do this no problems on other websites, by adding
Code:
RewriteCond %{HTTP_HOST} ^www.mydomain.net$
RewriteRule ^(.*)$ "http\:\/\/mydomain\.net$1" [R=301,L] I'm not really an expert on the language used in the .htacess file - has anyone had a similar issue which they were able to solve?
Many thanks for any help!

-vwest







Linear Mode




