码迷,mamicode.com
首页 > 其他好文 > 详细

destoon模块绑定二级域名出现 File not found解决办法

时间:2019-10-23 09:58:49      阅读:192      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!