ПРОЕКТЫ 


  АРХИВ 


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: 404 проблема с stub status


  • To: nginx-ru@xxxxxxxxx
  • Subject: Re: 404 проблема с stub status
  • From: "whocarez" <nginx-forum@xxxxxxxx>
  • Date: Mon, 03 Oct 2011 13:10:39 -0400
  • Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mickey.jlkhosting.com; s=x; h=Date:Sender:From:References:In-Reply-To:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To; bh=J+rNaN9qWsbyr8UOFxQrChjVghgkQF0ChY8pY/Q8Wpk=; b=ni8GqPMsESwtDQPAf1EiDFSLD89i60Jf7m8Dxk9xfHK2rDVTTxORtWqj1trQAGiS+/18g+5e6YW5XFDZpqN6X2ZsgKZX2aRfNhNGttyM2GmSy1Ct40AKrM2WgfhJ3F5v;
  • In-reply-to: <2610568740.20111002165409@xxxxxxxxxxxxx>
  • References: <2610568740.20111002165409@xxxxxxxxxxxxx>

ок, выяснил ....

-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 mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.