Re[2]: Переделка rewrite rule из .htaccess под nginx
Evgeny Stepanischev
se at lixil.ru
Tue Jul 17 16:34:13 MSD 2007
>> Может поможет кто-то переделать несколько правил с апача на nginx
>> RewriteCond %{REQUEST_FILENAME} !-f
>> RewriteCond %{REQUEST_FILENAME} !-d
>> RewriteRule ^(.*)$ /index.php?path=$1&%{QUERY_STRING}
> location / {
> error_page 404 = /index.php?path=$uri&$args;
> }
> location = /index.php {
> fastcgi_pass ...
> #proxy_pass ...
> }
может, лучше через "-e" сделать?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx-ru/attachments/20070717/2c2e2104/attachment.html>
More information about the nginx-ru
mailing list