介绍:
location / { index index.php index.html index.htm; if (!-e $request_Filename) { rewrite ^/(.*)$ /index.php?s=$1; } } location /api/ { index index.php index.html index.htm; if (!-e $request_Filename) { rewrite ^/api/(.*)$ /api/index.php?s=$1; } } location ~* \/Upload\/.+\.(html|php)$ { return 404; } location ~* ^\/plugins\/.+\.(html|php)$ { return 404; } location ~* \/themes\/.+\.(html|php)$ { return 404; }
照片:
下载必看:
1、神器源码网,仅供学习参考,不保证可用性。
2、如果资源涉及你的合法权益,第一时间删除。
3、联系方式:haoziu@163.com
1、神器源码网,仅供学习参考,不保证可用性。
2、如果资源涉及你的合法权益,第一时间删除。
3、联系方式:haoziu@163.com