猿问
nginx怎么配置隐藏index.php?
nginx怎么配置隐藏index.php
紫衣仙女
浏览 810
回答 1
1回答
达令说
nginx.conf里边写location / {if (!-e $request_filename){rewrite ^/(.*)$ /index.php/$1 last;}}
0
0
0
随时随地看视频
慕课网APP
相关分类
Nginx
关于PHP怎么在站点根目录部署新项目的问题?
1 回答
关于nginx使用路径重定向至服务的问题?
2 回答
我要回答