ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Проблема с rewrite



во-первых - отказаться от if в пользу error_page
во-вторых - что в error_log-е по поводу этого запроса?

On 14.08.2008, at 11:51, eMASTER wrote:

Здравствуйте,

Прошу помочь разобраться со следующей проблемой:

нужно перевести маленький .htaccess под nginx

=================================================
код htaccess:

AddDefaultCharset UTF-8
DirectoryIndex index.php

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
=================================================
код nginx:

location / {
   root   /var/www;
   index  index.php;

   if (!-f $request_filename){
        rewrite .* /index.php last;
   }

   if (!-d $request_filename){
        rewrite .* /index.php last;
   }
}
=================================================

В firefox 3 выводит ошибку "Redirect Loop", как лечить?

--
С уважением,
eMASTER                          mailto:emstlk@xxxxxxxxx



Attachment: smime.p7s
Description: S/MIME cryptographic signature



 




Copyright © Lexa Software, 1996-2009.