联系我们

13878897862


建站、模板咨询

destoon模块绑定二级域名 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;