Cobra Forum

Plesk Panel => Webserver => Topic started by: Suhitha on Feb 21, 2026, 05:46 AM

Title: Option "Permanent SEO-safe 301 redirect from HTTP to HTTPS" does not work on
Post by: Suhitha on Feb 21, 2026, 05:46 AM
Applicable to:



Symptoms



<rewrite>
<rules>
<remove name="Plesk. SEO-safe redirect for http://example.com" />
<remove name="Plesk. SEO-safe redirect for https://example.com" />
</rules>
</rewrite>

<rewrite>
<rules>
<clear />
<!--
<rule name="Default to root" stopProcessing="true">
<match url="(.*)default.aspx" />
<action type="Redirect" url="{R:1}" />
</rule>


Cause

Incorrect directives in web.config


Resolution

1.Log in to Plesk.

2.Go to Domains > example.com > File Manager > httpdocs and open web.config in web editor.

3.Remove custom rewrite rule (bold) and/or remove the <clear /> tag next to <rewrite><rules> directives.