Hello,
My site has a .htaccess in the root which redirects calls to stop SE's thinking I have duplicate content
I also have the VBSEO .htaccess installed part of which does the same thingCode:# Rule for duplicate content removal : domain.com - Get online with a domain name and web hosting vs domain.com # RewriteCond %{HTTP_HOST} ^mysite\.com$ [NC] # RewriteRule (.*)$ Website Hosting - Mysite.com [R=301,L,NC]
The two dont seem to coexistCode:RewriteCond %{HTTP_HOST} !^www\.mysite\.com RewriteRule (.*) Website Hosting - Mysite.com [L,R=301]
This means that my main html site no longer has the redirect working :(
Can anybody tell me how I could get both redircts working?
Thanks
VinylJunky


LinkBack URL
About LinkBacks





Reply With Quote


