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]