Rewrite Rules HELP needed

Glen Lumanau glen at lumanau.web.id
Tue May 5 13:58:43 MSD 2009


Can you please tell me how can I translate this rewrite so it can work with
nginx?

 

DirectoryIndex index.php

RewriteEngine on

RewriteCond $1 !^(index\.php|images|css|js|robots\.txt|favicon\.ico)

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]

 

Thank's

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20090505/a4a032be/attachment.html>


More information about the nginx mailing list