10 2011 档案
摘要:RedirectRule语法:RedirectRule regexpPattern redirectUrl [R=code]regexpPattern :要用正则模式的URLredirectUrl :转向的向的URLR=code:指定要返回给浏览器的状态码这里就是301如:把URL http://loacalhost/offer 301重定向到首页 http://localhost/RedirectRule ^/offer/.*$ / [R=301,I]相关URL:IsapiRewrite4 配置相关http://www.pxue.com/Html/1148.htmlHTTP协议状态码的含义h
阅读全文