Type: ruleset issue Domain: portforward.com This rule is wrong: from="^http://(?:www\.)?portforward\.com/build/" to="https://secure.portforward.com/build/"/> It incorrectly redirects site resources to come from a different server. It should not mention the "secure" server. The rule should be: from="^http://(?:www\.)?portforward\.com/build/" to="https://portforward.com/build/"/>
Type: ruleset issue
Domain: portforward.com
This rule is wrong:
from="^http://(?:www.)?portforward.com/build/"
to="https://secure.portforward.com/build/"/>
It incorrectly redirects site resources to come from a different server. It should not mention the "secure" server. The rule should be:
from="^http://(?:www.)?portforward.com/build/"
to="https://portforward.com/build/"/>