index.php 301 redirect
garrotte
nginx-forum at nginx.us
Sat Jul 3 01:42:13 MSD 2010
приветствую всех
подниму темку, столкнулся с этим
редиректом, при
location / {
index index.php index.html index.htm;
}
location = /index.php {
if ($request_uri = /index.php) {
rewrite ^ http://$host? permanent;
}
}
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
More information about the nginx
mailing list