thinkphp+nginx伪静态设置
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=$1 last;
break;
}
}
本文标题: | thinkphp+nginx伪静态设置 |
本文链接: (转载请附上本文链接) | https://vulsee.com/archives/vulsee_2021/0507_14400.html |
thinkphp+nginx伪静态设置
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=$1 last;
break;
}
}
本文标题: | thinkphp+nginx伪静态设置 |
本文链接: (转载请附上本文链接) | https://vulsee.com/archives/vulsee_2021/0507_14400.html |