jcadima
6/27/2017 - 2:05 PM

Redirect index.php to webroot

Redirect index.php to webroot



Options +FollowSymLinks DirectoryIndex index.php
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /index.php HTTP/
RewriteRule ^index.php$ http://www.yourwebsite.com/ [R=301,L]