<?xml version="1.0" encoding="UTF-8"?><configuration><system.webServer><rewrite><rules><rule name="WWW Redirect" stopProcessing="true"><match url=".*" /><conditions logicalGrouping="MatchAll" trackAllCaptures="false"><add input="{HTTP_HOST}" pattern="^oiplay.com$" /></conditions><action type="Redirect" url="http://www.oiplay.com/{R:0}" redirectType="Permanent"/></rule><rule name="已导入的规则 1" stopProcessing="true"><mat
把红色地方的网址换成你自己的,多个跳转多个规则<rule name="WWW Redirect" stopProcessing="true"><match url=".*" /><conditions><add input="{HTTP_HOST}" pattern="^bbs.oiplay.com$" /></conditions><action type="Redirect" url="http://www.oiplay.com/{R:0}"redirectType="Permanent" /></rule>---------------------------------------分割线---------------------------------------------------<rule name="WWW Redirect2" stopProcessing="true"><match url=".*" /><conditions><add i
RewriteEngine onRewriteRule ^(.*)$ http://www.oiplay.com/$1 [R=301,L]