nginx 重写去掉index.php

mac2022-06-30  17

if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?s=$1 last; }

 

转载于:https://www.cnblogs.com/ningjiabing/p/11602500.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)