首页必须这样http://domain/index才能访问

浏览:699 发布日期:2013/09/12 分类:求助交流 关键字: 伪静态
前台首页控制器默认为index,我已经开启了伪静态,首页必须这样http://domain/index才能访问,如果访问http://domain/就直接下载index.php文件到本地了,怎么回事啊?
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=$1 last;
break;
}
最佳答案
评论( 相关
后面还有条评论,点击查看>>