2017-05-13 13 views

答えて

0

この

<rule name="Redirect" enabled="true" stopProcessing="true"> 
    <match url="^(.*)$"/> 
      <conditions logicalGrouping="MatchAll"> 
      <add input="{PATH_INFO}" pattern="^/home$" /> 
      </conditions> 
      <action type="Rewrite" url="http://www.root.com" redirectType="Permanent" appendQueryString="false"/> 
</rule> 
を試してみてください