上海ABC > 服务器 > 服务器技术 > php程序发布
abc贴吧伪静态设置方法

点击数:124  |   回复数:4   |   最后回复发表于2009.12

1
游客
...*
发表于 2009.07.27 11:02:23
topic.php?tid={tid}
topic_{tid}.html

forum.php?fid={fid}
forum_{fid}.html

category.php?cid={cid}
category_{cid}.html

category.php?cid={ForumArr.catalogid}
category_{ForumArr.catalogid}.html
2楼 221.236.213.* 发表于 2009.08.26 21:57:34
这个具体怎么用啊?
3楼 221.236.213.* 发表于 2009.08.27 10:14:43
老大来说说看
4楼 123.181.198.* 发表于 2009.11.19 18:43:05
请详细说下使用方法啊
5楼 宁采臣 发表于 2009.12.13 20:38:25
[ISAPI_Rewrite]

CacheClockRate 3600
RepeatLimit 32

# Defend your computer from some 
RewriteRule ^(.*)/topic_([0-9]+).html$ $1/topic.php?tid=$2
RewriteRule ^(.*)/forum_([0-9]+).html$ $1/forum.php?fid=$2
RewriteRule ^(.*)/category_([0-9]+).html$ $1/category.php?cid=$2
1

发表回复 

  • 您未登录,帖子将以匿名回复。设置昵称 | 登录 | 注册
  • 是否将文章中的外部图片采集回来(网速慢时,很影响速度)

  • 快捷键:Ctrl+Enter