ThinkPHP在不同系统下的伪静态规则汇总

一、在Nginx下的伪静态规则,一般命名Nginx.conf location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1 last; break; } } 二、在Apache下的伪静态规则, 一般命名.htacc
posted @ 2024-03-23 08:26  隔壁老王_wdUV  阅读(64)  评论(0编辑  收藏  举报