- 资源介绍
- 更新记录
- 安装教程
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! X3.2 2014-12-25版邮箱重置密码参数失败的解决方法
2021-02-05 -
Discuz全局后台各项设置篇
2021-02-04 -
Discuz!使用QQ登录注册后如何默认取消使用QQ头像和QQ秀
2021-02-05 -
discuz排行首页图片显示更多的图片
2021-02-05 -
Discuz通过修改文章标题更好的实现SEO的方法
2021-02-04 -
Discuz! X的CSS加载机制
2021-02-05 -
discuz教程:怎么设置某个用户组禁止使用签名
2021-02-05 -
Discuz教程:使用微信登陆出现“目前无法通过微信登录”等故障解
2021-02-04 -
discuz教程:关于插件无标题的修改办法
2021-02-05 -
关于discuzX3.1存在的问题及修复方法
2021-02-05
-
Discuz论坛专题目录伪静态的设置方法
2021-02-05 -
discuz教程QQ登陆提示connect_error_code_20003,错误代码:2000
2021-02-05 -
Discuz积分充值成功、支付宝支付到账,但返回信息为Access Denie
2021-02-05 -
Discuz批量删除等待验证的会员的方法
2021-02-05 -
Discuz! X3.2新版邮箱重置密码失败解决方法
2021-02-05 -
去掉discuzX的弹窗提醒
2021-02-05 -
Discuz X3.2/X2.5缩略图添加水印方法
2021-02-04 -
Discuz“您当前的访问请求当中含有非法字符“的解决方法
2021-02-05 -
discuz教程:批量处理待审核主题、审核回复、待审核日志、待审核
2021-02-05 -
discuz教程:标题的最少字数限制设置方法
2021-02-05
猜你在找
常见问题FAQ
- 免费下载或者VIP会员专享资源能否直接商用?
- 本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
- 提示下载完但解压或打开不了?
- 找不到素材资源介绍文章里的示例图片?
- 大资源
- 2021-02-05Hi,初次和大家见面了,请多关照!
最后编辑:2021-02-05

