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;
}
}
只言片语任我说,提笔句句无需忖。落笔不知寄何人,唯有邀友共斟酌。