ppw
03-20-2007, 02:13 PM
Hi Chatmaster,
Thanks for the advice on 301 redirects, after a few problems with server 500 errors I discovered that my hosting company had disabled +FollowSymlinks - due to security reasons, I modified the redirect to:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^host.com
RewriteRule ^(.*)$ http://www.host.com/$1 [R=permanent,L]
and now all is good. With your advice about google and redirects I am hoping to appear once again very soon within there index!!
Excellent forum with some excellent advice... ill be a regular visitor....
Thanks for the advice on 301 redirects, after a few problems with server 500 errors I discovered that my hosting company had disabled +FollowSymlinks - due to security reasons, I modified the redirect to:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^host.com
RewriteRule ^(.*)$ http://www.host.com/$1 [R=permanent,L]
and now all is good. With your advice about google and redirects I am hoping to appear once again very soon within there index!!
Excellent forum with some excellent advice... ill be a regular visitor....