I\'m trying to redirect index.php files to the root /, I\'ve searched around and found several snippets of code similar to:
RewriteCond %{THE_REQUEST} ^.*/in
Do this:
RewriteCond %{THE_REQUEST} ^.*/index\.php RewriteRule ^(.*)index.php$ /$1 [R=301,L]