Page is a not externally linkable
ewwatson - 10:54 pm on Oct 15, 2012 (gmt 0)
[edited by: ewwatson at 11:09 pm (utc) on Oct 15, 2012]
ha thats funny. Lots of messages. so the php ones should look like this...
# Redirect index.html,.htm, and php to folder
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]+/)*index\.(html?|php)$\ HTTP/
RewriteRule ^(([^/]+/)*)index\.(html?|php)$ http://www.example.com/$1 [R=301,L]
and...
# Redirect index.html,.htm, and php to folder
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]+/)*index\.php$\ HTTP/
RewriteRule ^(([^/]+/)*)index\.php$ http://www.example.com/$1 [R=301,L]
seems like a no brainer. But I wont put it past me.