I'm using this .htaccess file but it doesn't work:
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^(.*)$ /index.php?$1 [R,L]
What I see in Apache error log is [Error: Over 10 times of redirecting internally]. I added the flag 'L' in RewriteRule but it doesn't stop after the first time matching the rewrite rule.