Forum Moderators: open
# Externally redirect direct client requests for
# /index.php to / and for <path>/index.php to <path>/
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]+/)*index.php\ HTTP/
RewriteRule ^(([^/]+/)*)index.php$ http://www.example.com/$1 [R=301,L]