Forum Moderators: phranque
[edited by: jdMorgan at 12:35 pm (utc) on Aug 10, 2010]
[edit reason] example.com [/edit]
Options +FollowSymLinks -MultiViews
RewriteEngine on
#
# Externally redirect direct client requests to remove "index.php/" from initial URL-path-part
RewriteCond %{THE_REQUEST} ^[A-Z]+\ /index\.php(/[^\ ]*)?\ HTTP/
RewriteRule ^index\.php(/(.*))?$ http://www.example.com/$2 [R=301,L]