[ISAPI_Rewrite]
#Redirect
CacheClockRate 3600
RepeatLimit 32
RewriteCond Host: ^taijinshu\.com$
RewriteRule (.*) http\://www\.taijinshu\.com$1 [I,R]
ISAPI_Rewrite 1.3 版本是不支持301重定向的,只支持302.
本文共 238 字,大约阅读时间需要 1 分钟。
[ISAPI_Rewrite]
#Redirect
CacheClockRate 3600
RepeatLimit 32
RewriteCond Host: ^taijinshu\.com$
RewriteRule (.*) http\://www\.taijinshu\.com$1 [I,R]
ISAPI_Rewrite 1.3 版本是不支持301重定向的,只支持302.
转载于:https://my.oschina.net/linjianghe/blog/379803