url自动补全index.php

location / {
index index.html index.htm index.php l.php;
autoindex on;

if (!-e $request_filename) {

###一级目录下
rewrite ^/(.*)$ /index.php/$1 last;

###域名下的二级目录
#rewrite ^/public/(.*)$ /public/index.php/$1 last;
}
}

posted on 2017-03-11 02:04  果然朝辉  阅读(295)  评论(0编辑  收藏  举报

导航