RewriteCond transformation again..

Ruslan Dautkhanov ruslan at rockiesoft.com
Thu Apr 14 03:44:49 MSD 2011


Hello,

I inherited this piece of htaccess:

<IfModule mod_rewrite.c>
>   RewriteEngine On
>   RewriteBase /
>
>   RewriteCond %{REQUEST_FILENAME} !-d
>   RewriteCond %{REQUEST_FILENAME} !-f
>   RewriteRule ^(.*)$ index.php       [QSA,L]
> </IfModule>
>

Any ideas of how to convert this to nginx-friendly configuration?

Thank you,
Ruslan Dautkhanov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20110413/93bb0900/attachment.html>


More information about the nginx mailing list