Проблема с rewrite
Dmitry
nukleon at mail.ru
Wed Oct 31 23:42:37 MSK 2007
Здравствуйте, nginx-ru.
Решили перевести один проект с nginx + apache на nginx + factcgi php.
Но существует проблема c rewrite:
у апача была такая конфигурация:
RewriteEngine On
RewriteBase /
RewriteRule !\.(gif|jpg|png|css|zip|js|ico|txt|gz|sql|doc|xls|rar|pps)$ index.php
если переделать под nginx:
rewrite !^.+\.(gif|jpg|png|css|zip|js|ico|txt|gz|sql|doc|xls|rar|pps)$ /index.php break;
rewrite ^/(.*)$ /index.php break;
то графика не показывается.
Что я не так делаю?
--
С уважением,
Dmitry
More information about the nginx-ru
mailing list