Try to use this important htaccess code for redirecting an URL's index page to non index Url’s. this code is very very important for seo point of view
RewriteCond %{THE_REQUEST} /index\.html [NC]
RewriteRule ^/?index\.html$ http://www.maindomain.com/$1 [R=301,L]
http://programmingtutorialsscript.blogspot.com
ReplyDelete