Quote:
Originally Posted by leek
Something like this should do the trick:
Code:
RewriteEngine on
RewriteBase /
RewriteRule ^index\.(htm|html|php) http://www.yourdomain.com/ [R=301,L]
Of course, you'll need mod_rewrite enabled.
|
Thanks for the info on this. It turned out to be a very interesting thread
