hi - wondering if anyone can help
have 2 websites on shared webspace with ISP.
1) The first
www.batchelor-electrical.co.uk works fine but however index.html does not redirect to main address despite adding 301 redirect in ht access file. Both are listed in SERPs with Yahoo so would like to redirect.
2) Second issue is with second site as a subfolder on wwwroot
www.besocceruk.com which reroutes to sub-directory of first website www.batchelor-electrical.co.uk/besoc.
If I remove htaccess file on root level it all works fine so must be something wrong here but beyond me. I need each site to be independent of each other.
here is current htaccess file..
Options +FollowSymlinks
RewriteEngine on
ErrorDocument 404 /404.html
RewriteCond %{HTTP_HOST} !^www\.batchelor-electrical\.co.uk$
RewriteRule (.*) http://www.batchelor-electrical.co.uk/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*batchelor-electrical\.html\ HTTP/
RewriteRule ^(.*)index\.html$ /$1 [R=301,L]
RewriteEngine On
redirect 301 /news/wesupportsolarca.html http://www.batchelor-electrical.co.uk/news/wesupportsolar.html
redirect 301 /index.html http://www.batchelor-electrical.co.uk