私は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