ПРОЕКТЫ 


  АРХИВ 


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: php файл не парсится, а от даётся как есть


  • To: nginx-ru@xxxxxxxxx
  • Subject: Re: php файл не парсится, а от даётся как есть
  • From: "mennanov" <nginx-forum@xxxxxxxx>
  • Date: Mon, 12 Dec 2011 03:23:11 -0500
  • 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=IKvvHQGTM6ThK3mquBvhiJ5ClDB0DtFx3WTnsbmP2bg=; b=NI1YsgxwD1jBa4Gm6W75KZ1A6LhrsEeCgahXxTTokSDpt0nZVBiTiFycdmSPKfT7+XjHSGFPDJKu2IX1HWqZm/QnkUHmpDVpLB+JvQbUwPtfxYZULfH57cXwgPe1+/CA;
  • In-reply-to: <4EE582DA.8010708@xxxxxxx>
  • References: <4EE582DA.8010708@xxxxxxx>

San Wrote:
-------------------------------------------------------
> 11.12.2011 22:25, mennanov пишет:
> > Здравствуйте, у меня на
> проекте
> > следующая структура
> папок:
> >
> > engine/
> > __index.php
> > webroot/
> > __images/
> > __css/
> > __cms/
> > ______engine/
> > _________index.php
> > ______webroot/
> > _________images/
> > _________css/
> > _________js/
> > ___________uploader/
> > _____________upload.php
> > ___________jquery/
> > others/
> >
> > И такой конфиг:
> > server {
> >      listen       8080;
> >      server_name  glinka.fm;
> >      root /home/renat/www/glinka;
> >      index index.php index.html;
> >
> >      location / {
> >     try_files       /webroot/$uri
> /engine/index.php?$args;
> >      }
> >
> >      location ~ ^/cms/?(.*)$ {
> >        try_files /webroot/cms/webroot/$1
> > /webroot/cms/engine/index.php?$args;
> >      }
> >
> >      location ~ \.php$ {
> >        try_files $uri /webroot/$uri =404;
> >        include fastcgi.conf;
> >      }
> > }
> >
> локейшены "~ ^/cms/?(.*)$" и "~ \.php$ "
> местами поменяйте.
> 
> _______________________________________________
> nginx-ru mailing list
> nginx-ru@xxxxxxxxx
> http://mailman.nginx.org/mailman/listinfo/nginx-ru

Поменял, теперь 404 ошибка.

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?21,219884,219899#msg-219899

_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.