web.config 里面的这句是什么意思?
- XML code
<system.webServer> <rewrite> <rules> <rule name="301 1" stopProcessing="true"> <match url="^(.*)$"/> <conditions> <add input="{HTTP_HOST}" pattern="^localhost:11068$" /> </conditions> <action type="Redirect" redirectType="Permanent" url="http://www.csdn.cn/{R:0}" /> </rule> </rules> </rewrite> </system.webServer>http://www.csdn.cn/{R:0}里面的{R:0}代表什么?这方面的xml资料去哪里查呀,我怎么搜了半天都没搜到。。
[解决办法]