- 资源介绍
- 更新记录
- 安装教程
Discuz教程:品牌空间伪静态规则
- ###独立主机用户使用此段规则###
- <IfModule mod_rewrite.c>
- 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]
- </IfModule>
- ###独立主机用户使用此段规则###
- ###虚拟主机用户使用此段规则###
- # 将 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]
- ###虚拟主机用户使用此段规则###
猜你喜欢
-
Discuz批量删除等待验证的会员的方法
2021-02-05 -
ucenter通信成功,通知失败的解决办法之一
2021-02-05 -
Discuz积分充值成功、支付宝支付到账,但返回信息为Access Denie
2021-02-05 -
discuz教程:门户diy实现翻页功能的方法
2021-02-05 -
discuz 调用分类调用积分方法
2021-02-05 -
Discuz教程:X3.1-x3.2后台admin.php防止直接恶意访问
2021-02-04 -
discuz教程:怎么设置某个用户组禁止使用签名
2021-02-05 -
Discuz x3.1任务刷积分漏洞说明和修复方法
2021-02-04 -
discuz门户diy实现翻页功能的方法
2021-02-05 -
Discuz!伪静态原理分析
2021-02-04
-
discuz教程:清空回收站
2021-02-05 -
Discuz教程:SQL: SELECT type FROM [Table]usergroups WHERE gr
2021-02-05 -
diacuz模板 X3.4版本删除图片模式自动加载下一页
2021-02-05 -
织梦教程:缩略图失真模糊的解决方法
2021-02-05 -
Discuz!X3.x板块横排如何去掉“最后发表”并添加板块简介的方法
2021-02-05 -
Discuz! X3/X2/X1.5如何删除标题栏的Powered by Discuz!
2021-02-05 -
discuz教程:帖子内容页增加显示认证用户认证资料
2021-02-05 -
discuz教程:回复了帖子以后在列表页不是立即到第一条,而是要延
2021-02-05 -
discuz论坛充值页面自定义内容的方法
2021-02-05 -
discuz排行首页图片显示更多的图片
2021-02-05
猜你在找
常见问题FAQ
- 免费下载或者VIP会员专享资源能否直接商用?
- 本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
- 提示下载完但解压或打开不了?
- 找不到素材资源介绍文章里的示例图片?
- 大资源
- 2021-02-05Hi,初次和大家见面了,请多关照!
最后编辑:2021-02-05

