Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[2]: Переделка rewrite rule из .htaccess под nginx
>> Может поможет кто-то переделать несколько правил с апача на 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" сделать?
|