79499047

Date: 2025-03-10 19:59:02
Score: 1.5
Natty:
Report link

No meu caso não estava instalado o module rewrite:

  <rewrite>
        <rules>
          <rule name="Redirect to HTTPS" stopProcessing="true">
            <match url="(.*)" />
            <conditions>
              <add input="{HTTPS}" pattern="off" ignoreCase="true" />
            </conditions>
            <action type="Redirect" url="https://{HTTP_HOST}/{R:1}" redirectType="Permanent" />
          </rule>
        </rules>
      </rewrite>
Reasons:
  • Blacklisted phrase (1): não
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: jssmttibr