RewriteCond %{THE_REQUEST} ^[^/]*/index\.php [NC]
RewriteRule (.*)index\.php(.*) $1$2 [R,L]
If you want to redirect index.html as well, you can have
RewriteCond %{THE_REQUEST} ^[^/]*/index\.html [NC]
RewriteRule (.*)index\.php(.*) $1$2 [R,L]
Like this post? Please help me pay for my Internet access.
Labels: .htaccess
RewriteRule (.*)index\.php(.*) $1$2 [R,L]
If you want to redirect index.html as well, you can have
RewriteCond %{THE_REQUEST} ^[^/]*/index\.html [NC]
RewriteRule (.*)index\.php(.*) $1$2 [R,L]
Like this post? Please help me pay for my Internet access.
Labels: .htaccess

