咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
ISAPI是1.3不能实现301永久性重定向的,只能实现302临时性重定向
# For ISAPI_Rewrite 1.x
[ISAPI_Rewrite]
CacheClockRate 3600
RepeatLimit 32
RewriteCond Host: ^weijingtai.org$
RewriteRule (.*) http://www.landui.com$1 [R,I]
# For ISAPI_Rewrite 2.x
RewriteCond Host: ^weijingtai.org$
RewriteRule (.*) http://www.landui.com$1 [I,R]