Помогите пожалуйста с rewrite rules

Kirill A. Korinskiy catap+nginx at catap.ru
Fri May 1 18:56:36 MSD 2009


At Fri, 1 May 2009 16:28:35 +0300,
"Anton A." <makexy at gmail.com> 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





More information about the nginx-ru mailing list