Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[使用] 品牌空间伪静态问题

[复制链接]
my01bb 发表于 2011-1-16 22:00:23 | 显示全部楼层 |阅读模式
BUG反馈
浏览器: IE6 IE7 IE8 IE9 TT 360 IE10 firefox 其他(帖子中请注明浏览器) 
BUG地址: http://fz.99n99.cn
测试密码: test
BUG截图: -
测试用户名: test
问题:品牌空间在子目录下面,设置了二级域名 fz.99n99.cn 和99n99.cn/fz/ 可同时访问。
http://99n99.cn/fz/ 访问,一切正常

fz.99n99.cn 首页正常,公告正常,频道正常,店铺和产品不正常,乱码,无法访问

伪静态规则:(存放在 www/fz 文件下)
  1. # 将 RewriteEngine 模式打开

  2. RewriteEngine On

  3. # 修改以下语句中的 /brand 为你的品牌空间目录相对地址,如果程序放在根目录中,请将 /brand 修改为 /

  4. RewriteBase /fz
  5. # Rewrite 系统规则请勿修改

  6. RewriteRule ^store-([0-9]+)\.html$ store.php?id=$1 [L,NC]

  7. RewriteRule ^store-([0-9]+)-([a-z]+)\.html$ store.php?id=$1&action=$2 [L,NC]

  8. RewriteRule ^store-([0-9]+)-([a-z]+)-([0-9]+)\.html$ store.php?id=$1&action=$2&xid=$3 [L,NC]

  9. RewriteRule ^store-([0-9]+)-([a-z]+)-catid-([0-9]+)\.html$ store.php?id=$1&action=$2&catid=$3 [L,NC]

  10. RewriteRule ^street-([0-9]+)\.html$ street.php?catid=$1 [L,NC]

  11. RewriteRule ^street-([0-9]+)-([0-9]+)\.html$ street.php?catid=$1&tagid=$2 [L,NC]
复制代码


请教这种情况如何设置伪静态,如何修改伪静态,我不会啊


您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-18 08:19 , Processed in 0.022367 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表