杭州神话信息技术有限公司

标题: 标准Rewrite模式伪静态规则 记事狗是怎么样写的 [打印本页]

作者: fanh198    时间: 2011-2-10 16:43:09     标题: 标准Rewrite模式伪静态规则 记事狗是怎么样写的



[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteRule ^((??!/other/).)*)/wap/?$ $1/wap/index.php
RewriteRule ^[^.?]*$/index.php

还要写什么才可以把

http://www.xxx.com/index.php/tag/张朝阳 这种形式

变成这样的
http://www.xxx.com/tag/张朝阳

作者: Jishigou-hai    时间: 2011-2-10 17:57:24

这个需要弄链接转跳。
作者: Art    时间: 2011-2-11 21:53:03

你站内搜一下,官方有的。看你什么系统了。
我用的是:
url.rewrite = (
"^/(images.*|install.*|templates/.*|ajax.php.*|admin.php.*|setup.php.*|.*.gif|.*.png|.*.jpg|.*.js|.*.css|.*\?.*)$" => "$0",
"." => "index.php"
)





欢迎光临 杭州神话信息技术有限公司 (http://www.cenwor.com/) Powered by Discuz! X2