凉城123 发表于 2017-9-29 23:23:11

伪静态怎么安装

伪静态代码:

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


怎么安装到伪静态

地瓜云2 发表于 2017-9-29 23:25:32

网站的 站点设置直接开启伪静态就行不懂的可以加我QQ:177868570我远程给你弄
页: [1]
查看完整版本: 伪静态怎么安装