摘要: iis下的伪静态规则httpd.ini。首先有个前提是支持伪静态,这个很容易实现,一般空间都是支持的,所以不比担心这个。直接上伪静态规则如下:iis下的伪静态文件是httpd.ini,只需把以下代码保存在httpd.ini,传到空间支持伪静态的地方即可。[ISAPI_Rewrite]RewriteCond Host: bbs\.xxx\.comRewriteRule ^/(.*) /bbs/$1 [I,L]RewriteCond Host: blog\.xxx\.comRewriteRule ^/(.*) /blog/$1 [I,L]RewriteCond Host: ^xxx\.com$Re 阅读全文
posted @ 2012-10-22 18:42 WebApi 阅读(805) 评论(0) 推荐(0)
CopyRight © 博客园 WebAPI