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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[使用] 品牌空间伪静态

[复制链接]
Viki 发表于 2011-11-12 16:09:10 | 显示全部楼层 |阅读模式
根据方法设置了伪静态,我的品牌空间目录为wwwroot/shop
绑定了二级域名shop.jm51.cn,启用伪静态后,
用http://shop.XXXX.cn/street-14.html 访问404错误,
使用www.XXXX.cn/shop/street-14.html 这样访问就可以  
如何设置才能让 http://shop.XXXX.cn/street-14.html 访问正常,以下是我用的规则

我将伪静态文件放在shop文件夹
# 将 RewriteEngine 模式打开
RewriteEngine On
# 修改以下语句中的 /brand 为你的品牌空间目录相对地址,如果程序放在根目录中,请将 /brand 修改为 /
RewriteBase /
# 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]
达芬奇工作室 发表于 2011-12-3 13:41:03 | 显示全部楼层
http://mall.cqdai.com/ 部分伪静态不成功
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-17 07:26 , Processed in 0.021132 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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