Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Помогите пожалуйст а с rewrite rules
At Fri, 1 May 2009 16:28:35 +0300,
"Anton A." <makexy@xxxxxxxxx> wrote:
>
> Всем привет!
>
> Есть .htaccess, я пытаюсь прописывать rewrite в nginx.conf (вне секций
> location), в таком
> виде
> rewrite ^/installer/(.*)$ /installer/index.php last;
> или
> rewrite ^/installer/$ /installer/index.php last;
>
> вместо
>
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteRule ^installer/(.*) installer/index.php [L]
>
> и не работает! Помогите, где ошибка ?
>
http://sysoev.ru/nginx/docs/http/ngx_http_core_module.html#try_files
--
wbr, Kirill
|