Re: 404 проблема с stub status
whocarez
nginx-forum на nginx.us
Пн Окт 3 17:10:39 UTC 2011
ок, выяснил ....
-rewrite ^/ /index.php last;
+rewrite ^/$ /index.php last;
-location ~* \.(?:ico|jpe?g|gif|bmp|png|js|css)$ {
+location ~* \.(ico|jpe?g|gif|bmp|png|js|css)$ {
-location ~* (?!\.(ico|jpg|jpeg|gif|bmp|png|css|js))$ {
location ~* (!\.(ico|jpg|jpeg|gif|bmp|png|css|js))$ {
спасибо за совет!
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,216183,216226#msg-216226
Подробная информация о списке рассылки nginx-ru