aaPanel 设置加 ThinkPHP 伪静态代码

 

 

location ~* (runtime|application)/{
return 403;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}

posted @ 2025-07-30 03:07  JS脚本  阅读(12)  评论(0)    收藏  举报