欢迎您光临深圳塔灯网络科技有限公司!
电话图标 余先生:13699882642

destoon手机版绑定二级域名的伪静态规则方法

发表日期:2019-09 文章编辑:小灯 浏览次数:3024

6.0版本经过测试,受不同服务器软件版本、是否绑定二级域名等因素影响,不同服务器对规则的解析存在差异。以下为各服务器伪静态规则的两种写法,如果第一条写法不生效,试试第二条写法。通常情况,第一种写法适合不绑定二级域名,第二种写法适合绑定二级域名。手机版本属于特殊的独立站点,建议有条件的用户尽量绑定二级域名

以下说明仅适用于6.0版本,自7.0手机版规则与主站设置保持一致即可。

经过测试,受不同服务器软件版本、是否绑定二级域名等因素影响,不同服务器对规则的解析存在差异。

以下为各服务器伪静态规则的两种写法,如果第一条写法不生效,试试第二条写法。

通常情况,第一种写法适合不绑定二级域名,第二种写法适合绑定二级域名。

手机版本属于特殊的独立站点,建议有条件的用户尽量绑定二级域名。

Apache1.RewriteRule ^(.*)/([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)\.html$ $1/index.php?moduleid=$2&catid=$3&itemid=$4&page=$52.RewriteRule ^([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)\.html$ index.php?moduleid=$1&catid=$2&itemid=$3&page=$4Nginx1.rewrite ^/(.*)/([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)\.html$ /$1/index.php?moduleid=$2&catid=$3&itemid=$4&page=$5 last;2.rewrite ^/([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)\.html$ /index.php?moduleid=$1&catid=$2&itemid=$3&page=$4 last;IIS61.RewriteRule ^(.*)/([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)\.html(\?(.*))*$ $1/index\.php\?moduleid=$2&catid=$3&itemid=$4&page=$52.RewriteRule ^([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)\.html(\?(.*))*$ index\.php\?moduleid=$1&catid=$2&itemid=$3&page=$4IIS7+1.<match url="^(.*)/([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)\.html\?*(.*)$" /><action type="Rewrite" url="{R:1}/index.php?moduleid={R:2}&amp;catid={R:3}&amp;itemid={R:4}&amp;page={R:5}"/>2.<match url="^([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)\.html\?*(.*)$" /><action type="Rewrite" url="index.php?moduleid={R:1}&amp;catid={R:2}&amp;itemid={R:3}&amp;page={R:4}"/>Zeus1.match URL into $ with ^(.*)/([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)\.html$if matched thenset URL = $1/index.php?moduleid=$2&catid=$3&itemid=$4&page=$5endif2.match URL into $ with ^([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)\.html$if matched thenset URL = index.php?moduleid=$1&catid=$2&itemid=$3&page=$4endif

手机版

实在不行就再加上
绑定mobile目录~上传.htaccess规则到mobile目录

.htaccess规则
# Destoon B2B Rewrite Rules
Errordocument 404 /404.php
RewriteEngine On
Rewritebase /
RewriteRule ^([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+)\.html$ index.php?moduleid=$1&catid=$2&itemid=$3&page=$4

0
本页内容由塔灯网络科技有限公司通过网络收集编辑所得,所有资料仅供用户参考了本站不拥有所有权,如您认为本网页中由涉嫌抄袭的内容,请及时与我们联系,并提供相关证据,工作人员会在5工作日内联系您,一经查实,本站立刻删除侵权内容。本文链接:https://www.dengtar.com/21426.html
相关cms文章
 八年  行业经验

多一份参考,总有益处

联系深圳网站公司塔灯网络,免费获得网站建设方案及报价

咨询相关问题或预约面谈,可以通过以下方式与我们联系

业务热线:余经理:13699882642

Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.