日期:2014-05-17  浏览次数:20409 次

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资料去哪里查呀,我怎么搜了半天都没搜到。。

------解决方案--------------------
探讨

http://www.cnblogs.com/huhaoaixl/
到这里面看看也行你就了解了...