• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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