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
>> >> 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" сделать?
> Нет, error_page лучше.
Быстрее? У apache всё ровно наоборот
|