index.php 301 redirect

Roman Vasilyev roman at anchorfree.com
Sat Jul 3 02:16:31 MSD 2010


On 07/02/2010 02:42 PM, garrotte wrote:
> приветствую всех
> подниму темку, столкнулся с этим
> редиректом, при
>
> location / {
>      index  index.php index.html index.htm;
> }
>
>   location = /index.php {
>       if ($request_uri = /index.php) {
>             rewrite ^  http://$host? permanent;
>       }
>    
seems like you need to add php handler in your (location = /index.php) 
somesing like
fastcgi_pass ..... blah blah blah.
>   }
>
> location ~ \.php$ {
>      ..........
> }
> на запросы http://host.com и http://host.com/index.php
> выводит исходник скрипта
> товарищи, не подскажете, есть
> какое-нить приемлемое решение ?
> заранее спасибо
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,13598,104864#msg-104864
>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
>    




More information about the nginx mailing list