url自动补全index.php
摘要:
location / { index index.html index.htm index.php l.php; autoindex on; if (!-e $request_filename) { ###一级目录下 rewrite ^/(.*)$ /index.php/$1 last; ###域名 阅读全文
posted @ 2017-03-11 02:04 果然朝辉 阅读(295) 评论(0) 推荐(0) 编辑