起首确认你的站点支撑Rewrite;必需是开启 文件情势 伪静态默许,不然效果如何请自行测试...伪静态花样必需是第2种情势,文件情势:https://www.bokebu.com/post-1.html方可变动
确认支撑Rewrite后举行以下操纵:
修正\include\lib\url.php文件,找到
$logUrl = BLOG_URL . 'post-' . $blogId . '.html';
并修正为
$logUrl = BLOG_URL . '' . $blogId . '.html';
保留替代就搞定。

评论列表