• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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