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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[使用] 伪静态,可以让店铺的地址更好记!

[复制链接]
liuman 发表于 2011-11-12 11:00:25 | 显示全部楼层 |阅读模式
    我的空间是win主机,开启伪静态,配置了httpd.ini。前两天看到一个朋友在论坛说用户的店铺地址不好记,但很多网站初期并没有办法使用二级域名,如果把http://www.abc.com/store_1.html改成http://www.abc.com/1也不错。

    我是菜鸟,不懂修改伪静态规则,请懂的朋友帮忙。

    以下是我现在所用的规划,是官方提供的,红色部分为新加的,可以用http://www.abc.com/1来访问店铺,但是网站的链接还是之前默认规则的地址,删除了蓝色部分,同样可以用http://www.abc.com/1访问,只是其他链接都打不开,求提点。
    另外,是否可以把规则改成店铺id,http://1.abc.com?

[ISAPI_Rewrite]
CacheClockRate 3600
RepeatLimit 32
RewriteRule ^(.*)/([0-9]+) $1/store\.php\?id=$2
RewriteRule ^(.*)/store-([0-9]+)\.html$ $1/store\.php\?id=$2
RewriteRule ^(.*)/store-([0-9]+)-([a-z]+)\.html$ $1/store\.php\?id=$2&action=$3
RewriteRule ^(.*)/store-([0-9]+)-([a-z]+)-([0-9]+)\.html$ $1/store\.php\?id=$2&action=$3&xid=$4
RewriteRule ^(.*)/store-([0-9]+)-([a-z]+)-catid-([0-9]+)\.html$ $1/store\.php\?id=$2&action=$3&catid=$4
RewriteRule ^(.*)/street-([0-9]+)\.html$ $1/street\.php\?catid=$2
RewriteRule ^(.*)/street-([0-9]+)-([0-9]+)\.html$ $1/street\.php\?catid=$2&tagid=$3
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-12-27 10:34 , Processed in 0.025910 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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