0

私はUrlRewriteFilterに変換するために使用しexample.comていますwww.example.com

<urlrewrite>
    <rule>
      <name>Canonical Hostnames</name>
      <condition name="host" operator="notequal">^example.com</condition>
      <condition name="host" operator="notequal">^$</condition>
      <from>^/(.*)</from>
      <to type="redirect" last="true">http://www.example.com/$1</to>
    </rule>
</urlrewrite>

example.comブラウザのショーを閲覧するときThis webpage has a redirect loop

4

1 に答える 1