亲,你好!如果你要查看下载链接,请注册登录后即可免回复直接查看更多内容噢!
您需要 登录 才可以下载或查看,没有账号?立即注册
x
最新二开微信表情包小程序去授权版+网站后端
视频教程在源码里面
下载源码解压后即可观看视频教程
伪静态
location / {
index index.php index.html index.htm;
if (!-e $request_Filename)
{
rewrite ^/(.*)$ /index.php?s=$1;
}
}
location /api/ {
index index.php index.html index.htm;
if (!-e $request_Filename)
{
rewrite ^/api/(.*)$ /api/index.php?s=$1;
}
}
location ~* \/Upload\/.+\.(html|php)$ {
return 404;
}
location ~* ^\/plugins\/.+\.(html|php)$ {
return 404;
}
location ~* \/themes\/.+\.(html|php)$ {
return 404;
}
游客,您好!下载链接已隐藏,如果您要查看本帖的下载隐藏内容请 登录后可见 |