<?xml version="1.0" encoding="UTF-8"?><configuration><system.webServer><rewrite><rules><rule name="Redirect(命名)" stopProcessing="true"><match url="^(需要重定向的页面URL)" ignoreCase="true" /><conditions logicalGrouping="MatchAll" trackAllCaptures="false" /><action type="Redirect" url="(被重定向到的页面URL)" /></rule></rules></rewrite></system.webServer></configuration>
<?xml version="1.0" encoding="UTF-8"?><configuration><system.webServer><rewrite><rules><rule name="Redirect(命名)" stopProcessing="true"><match url="^(需要重定向的页面URL)" ignoreCase="true" /><conditions logicalGrouping="MatchAll" trackAllCaptures="false" /><action type="Redirect" url="(被重定向到的页面URL)" redirectType="Permanent" /></rule></rules></rewrite></system.webServer></configuration>
下一篇:苹果电脑怎么修改hosts文件