Re: помощь по rewrite

Igor Sysoev igor на sysoev.ru
Пт Мар 11 16:31:16 MSK 2011


On 11.03.2011, at 16:32, Siava wrote:

> 11.03.2011 16:19, Смирнов Сергей пишет:
>>
>> Помогите пожалуйста переписать rewrite в человеческую форму
>>
>> --------
>> RewriteCond %{REQUEST_FILENAME} !-f
>> RewriteCond %{REQUEST_FILENAME} !-d
>> RewriteRule ^(.*)$ index.php [L,QSA]
>> -------
>
>     if (!-e $request_filename) {
>         rewrite ^(.+)$  /index.php   last;
>     }

Ни коем случае.

try_files  $uri $uri/ /index.php;

http://sysoev.ru/nginx/docs/http/ngx_http_core_module.html#try_files


--
Игорь Сысоев
http://sysoev.ru

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx-ru/attachments/20110311/22bf0e5e/attachment.html>


Подробная информация о списке рассылки nginx-ru