• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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