Forum Moderators: Robert Charlton & goodroi
i. nn.nnn.0.12
ii. nn.nnn.0.13
iii. nn.nnn.0.14
i.nn.nnn.12.20/linking-page.aspx instead of nn.nnn.0.12/linking-page.aspx
ii. nn.nnn.13.20/linking-page.aspx instead of nn.nnn.0.13/linking-page.aspx
iii. nn.nnn.14.20/linking-page.aspx instead of nn.nnn.0.14/linking-page.aspx
i. nn.nnn.12.20
ii. nn.nnn.13.20
iii. nn.nnn.14.20
Phranque adviced me to use 'host canonicalization' to solve the problem.
Isn't it the host canonicalization for redirecting non-www requests into www requests and likewise? If that's the solution, can you please explain it?
Isn't it the host canonicalization for redirecting non-www requests into www requests and likewise? If that's the solution, can you please explain it?
<rewrite>
<rules>
<rule name="CanonicalHostNameRule1">
<match url="(.*)" />
<conditions>
<add input="{HTTP_HOST}" pattern="^www\.Example\.com$" negate="true" />
</conditions>
<action type="Redirect" url="http://www.example.com/{R:1}" />
</rule>
</rules>
</rewrite>
When you say it's your own server, is it a dedicated server or a virtual server. If it's virtual in the cloud, that could easily explain the multiple IPs.