Forum Moderators: Robert Charlton & goodroi
[webmasterworld.com...]
index.php
index.htm
index.html
all to /
this should work?
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.html\ HTTP/
RewriteRule ^index\.html$ [%{HTTP_HOST}...] [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ [%{HTTP_HOST}...] [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.htm\ HTTP/
RewriteRule ^index\.htm$ [%{HTTP_HOST}...] [R=301,L]
Any downside to doing that?