首页 > 技术 > cms教程

Discuz教程:品牌空间伪静态规则

小编 cms教程 2024-04-01 16:41:07
###独立主机用户使用此段规则###
RewriteEngine On
RewriteRule ^(.*)/store-([0-9]+).html$ $1/store.php?id=$2 [L,NC]
RewriteRule ^(.*)/store-([0-9]+)-([a-z]+).html$ $1/store.php?id=$2&action=$3 [L,NC]
RewriteRule ^(.*)/store-([0-9]+)-([a-z]+)-([0-9]+).html$ $1/store.php?id=$2&action=$3&xid=$4 [L,NC]
RewriteRule ^(.*)/store-([0-9]+)-([a-z]+)-catid-([0-9]+).html$ $1/store.php?id=$2&action=$3&catid=$4 [L,NC]
RewriteRule ^(.*)/street-([0-9]+).html$ $1/street.php?catid=$2 [L,NC]
RewriteRule ^(.*)/street-([0-9]+)-([0-9]+).html$ $1/street.php?catid=$2&tagid=$3 [L,NC]
###独立主机用户使用此段规则###
###虚拟主机用户使用此段规则###
# 将 RewriteEngine 模式打开
RewriteEngine On
# 修改以下语句中的 /brand 为你的品牌空间目录相对地址,如果程序放在根目录中,请将 /brand 修改为 /
RewriteBase /brand
# Rewrite 系统规则请勿修改
RewriteRule ^store-([0-9]+).html$ store.php?id=$1 [L,NC]
RewriteRule ^store-([0-9]+)-([a-z]+).html$ store.php?id=$1&action=$2 [L,NC]
RewriteRule ^store-([0-9]+)-([a-z]+)-([0-9]+).html$ store.php?id=$1&action=$2&xid=$3 [L,NC]
RewriteRule ^store-([0-9]+)-([a-z]+)-catid-([0-9]+).html$ store.php?id=$1&action=$2&catid=$3 [L,NC]
RewriteRule ^street-([0-9]+).html$ street.php?catid=$1 [L,NC]
RewriteRule ^street-([0-9]+)-([0-9]+).html$ street.php?catid=$1&tagid=$2 [L,NC]
###虚拟主机用户使用此段规则###

TAg

加载中~

本网站LOGO受版权及商标保护,版权登记号:国作登字-2022-F-10126915,未经湖南木星科技官方许可,严禁使用。
Copyright © 2012-2022 湖南木星科技有限公司(木星网)版权所有
转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源,商业媒体及纸媒请先联系:aishangyiwan@126.com

工信部备案号:湘ICP备19012813号-5