ПРОЕКТЫ 


  АРХИВ 


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: спрятать index.php


  • To: nginx-ru@xxxxxxxxx
  • Subject: Re: спрятать index.php
  • From: Sergey Shepelev <temotor@xxxxxxxxx>
  • Date: Tue, 12 Apr 2011 17:17:26 +0400
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=+o0jz7eOHbZJfh/2+D6/3CIlweRvzuzEKN3A1IqQ4OY=; b=wnIbY9sMOgw2R/4Ad8/sc0C531pfnFOYp7PVQLvUBeAbXhMKWYm2ATpJREbhdVp2Fu MH115DojuRewr0NmiT5B80fKd5Fhb8t+QYodbcZlQkZnW20OhC24HMWRGsD8w8OZdhAQ dt9yoM0MdZB7x5YhbOMCyoI6FhCQTh1TiYwKw=
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Edzd0e0/xkfD5z7CQeH0A7akJMTRaUkKg5EyS6b1f5rq3QESjTI8BanjrghPw93Gt3 gQ3TbeF9mMiJ83ltb5dhkMbZ+rhIY9VS6FA5GD+uS5nIWtFg0uJGow5iOpIsFllBGtXm JAQA9x6oxy/vAFtm6laCtC23K7t1sYcTUksfQ=
  • In-reply-to: <739627075ee5d244fa322ff7d9acb280.NginxMailingListRussian@xxxxxxxxxxxxxxx>
  • References: <739627075ee5d244fa322ff7d9acb280.NginxMailingListRussian@xxxxxxxxxxxxxxx>

2011/4/12 kirpich <nginx-forum@xxxxxxxx>:
> Добрый день, подскажите как сделать
> реврайт. Сайт написан с использованием
> Zend Framework. В данный момент реврайт
> выглядит так
>
>   location  / {
>
>            if ($request_filename != "index.php") {
>                rewrite ^(.*)$ /index.php;
>             }
>
> ....
>
> }
>
> если вызвать http://имя_сайта.ru/index.php
> вылазит зендовская ошибка,  а если
>  http://имя_сайта.ru/index.php/news открывается
> раздел news. Хотелось бы чтоб было
> http://имя_сайта.ru/news
>

location / {
  proxy_pass http://apache/index.php$request_uri?;
}
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.