Hi,
Please help, as my main page is duplicating and I don't know how to sort it, I have www.naildelights.com and www.naildelights.com/catalog/?
My host has put in this redirect
RewriteEngine on
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} ^(www\.)?naildelights\.com
RewriteCond %{REQUEST_URI} !/catalog/
RewriteRule (.*) /catalog/$1 [L]
this is to get my site to show, which was where the holding page was!
But because of this it might be causing the problem?
I have also tried placing my redirects from my previous links in this htaccess file but it causes a server error so I don't know whats going on?
Anyone that can help I would be EXTRENLY GREATFUL.
I have simple seo and xml sitemap installed if this makes a difference?
thanks
Paul






