标签:bsp php 二级域名 file page item 解决方法 绑定 des
昨天晚上帮一个朋友给我说他绑定模块二级域名出现 File not found,所以今天分享关于解决办法。
模块启用二级域名后,首页打开正常,但是点内容页和列表页出现File not found.
解决方法,单独给读模块设置伪静态规则即可,规则如下:
rewrite ^/list-([0-9]+)([\-])?([0-9]+)?\.html$ /list.php?catid=$1&page=$3; rewrite ^/show-([0-9]+)([\-])?([0-9]+)?\.html$ /show.php?itemid=$1&page=$3;
destoon模块绑定二级域名出现 File not found解决办法
标签:bsp php 二级域名 file page item 解决方法 绑定 des
原文地址:https://www.cnblogs.com/68xi/p/11723917.html