Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- .htaccess redirects for index.html, index.php and index.htm to /


riospace - 6:24 am on Aug 16, 2012 (gmt 0)


I have also come across these:

RewriteCond %{THE_REQUEST} ^.*\/index\.html?
RewriteRule ^(.*)index\.html?$ http://www.domain.com/$1 [R=301,L]

OR

RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.html?\ HTTP/
RewriteRule ^(.*)index\.html?$ http://www.domain.com/$1 [R=301,L]



So basically, what is the best course of action? This can get really confusing and I just want to do the best thing. Thanks!


Thread source:: http://www.webmasterworld.com/apache/4485314.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com