• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Resolved Disable globally "Permanent SEO-safe 301 redirect from HTTP to HTTPS"

destan40

Basic Pleskian
How can i disable globally the function:
"Permanent SEO-safe 301 redirect from HTTP to HTTPS"

to avoid problems with migrated users from other panel
 
The SSL redirect should be disabled by default, unless you have a service plan that has enabled the redirect.

So the cleanest solution would be to update your service plan and uncheck the box "Permanent SEO-safe 301 redirect from HTTP to HTTPS" (in "Hosting Settings") and then sync all your domains with the plan.

Another solution would be to modifiy each website using the CLI tools, but I highly recommend NOT to do it this way:
Code:
# plesk bin site -l | while read i ; do plesk bin site -u $i -ssl-redirect false ; done
 
hmm, the users are migrated from cpanel and i think the plesk migration tool is enabling the feature without asking. Because cpanel dont have the feature to force redirect to https..

I think, the cli solution is the only possible one for me.
Thanks.
 
Last edited:
Back
Top