Mod rewrite from apache to nginx ?

Discussion in 'Nginx' started by superthang, Apr 13, 2009.

  1. #1
    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
     
    superthang, Apr 13, 2009 IP