Hey Guys, just a simple question, is it advised that I do this as I was thinking the SE may index them as separate pages or do they have auto filters to compensate for this?
Hi Diablos, Yes, you should redirect your index file to the domain root. There have been many documented cases of these being indexed as separate pages.
Thanks tamecrow [edit] For anyone else out there I used the following rewrite rule to solve this problem (in .htaccess fo course) RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.html\ HTTP/ RewriteRule ^(.*)index\.html$ /$1 [R=301,L]