Can anyone help me with this rewrite rule, I am stuck at the moment. Options -Indexes Options +FollowSymLinks <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] </IfModule> I want to turn that into nginx rewrite rule, anyone expert in nginx please give me a hand