2011-07-01 19 views

答えて

2

あなたは、 『URLへのリダイレクトを「オプションをクリックしてタブを』ホームディレクトリにこれを設定することができます。

0
<rewrite> 
<rules> 
    <rule name="Redirect domain.com to www" patternSyntax="ECMAScript" stopProcessing="true"> 
     <match url=".*" /> 
     <conditions> 
      <add input="{HTTP_HOST}" pattern="^domain.com$" /> 
     </conditions> 
     <action type="Redirect" url="http://www.domain.com/{R:0}" /> 
    </rule> 
</rules> 

関連する問題