Page is a not externally linkable
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!