![图片[1]-代刷网站使用二级目录文章404报错伪静态设置-东方博客](https://dfwl6.cn/wp-content/uploads/2023/04/ff0f6c6dd2122454.png)
=====以下可以直接复制,然后替换成你自己的目录======
location / {
if (!-e $request_filename) {
rewrite ^/ds/article-(.[0-9]*).html$ /ds/index.php?mod=article&id=$1 last;
rewrite ^/ds/(.[a-zA-Z0-9\-\_]+).html$ /ds/index.php?mod=$1 last;
}
}
© 版权声明
本站所发布的全部内容源于互联网搬运,请在下载后24小时内删除。如果有侵权之处请第一时间联系我们E-mail:70188466@qq.com删除。敬请谅解!
THE END
暂无评论内容