Forum Moderators: phranque
[edited by: incrediBILL at 7:11 pm (utc) on Apr 25, 2012]
[edit reason] fixed link [/edit]
RewriteCond %{QUERY_STRING} .
RewriteRule ^(index\.(php|html?))?$ http://www.example.com/? [R=301,L] RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]+/)*index\.(php|html?)\ HTTP
RewriteRule ^(([^/]+/)*)index\.(php|html?)$ http://www.example.com/$1? [R=301,L] RewriteCond %{HTTP_HOST} !^(www\.example\.com)?$
RewriteRule (.*) http:/www.example.com/$1 [R=301,L]