|
Hmm didnt think it was right
ive got this now
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]*/)*index\.(html?|php)(\?[^\ ]*)?\ HTTP/
RewriteRule ^(([^/]*/)*)index\.(html?|php)$ http://www.url.com/$1 [R=301,L]
Obviously changing the url.com to your domain, is that correct ?
Woc
|