Forum Moderators: Robert Charlton & goodroi
Google has put a comma at the start of my domain..
My site has dropped like a bomb due to www,example.com having no value ..
I am using
RewriteCond %{HTTP_HOST} ^www,example.com
RewriteRule ^(.*)$ http://www.example.com/$1 [R=permanent,L]
RedirectMatch permanent ^/$ http://www.example.com
It doesn't work....
Any ideas...
Thanks in advance..
[edited by: ciml at 10:59 pm (utc) on June 21, 2005]
[edit reason] Examplified [/edit]