• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

How to Redirect HTTPS to HTTP

Upgrade

New Pleskian
HELLO ALL!

how can I make a redirect traffic to the site that I have over HTTPS in HTTP?

Disabling SSL 404
Using Plesk 11 with nginx + php-pfm

Thank you
 
You can do that by creating a htaccess rule

RewriteEngine on
RewriteCond %{SERVER_PORT} ^443$
RewriteRule ^(.*)$ http://www.iserversupport.com/$1 [R=301,L]

Make sure to replace iserversupport.com with your domain name
 
Last edited:
Thank you but HTACCESS does not work if I use plesk with nginx + php-fpm

How can I do it with my environment?
you can do this for all vhosts / domains configured in plesk 11.5?
 
Hi everybody
I have same Problem with my site
I want to load it with HTTP Protocol and don't load with HTTPS
and i try anything with "hosting settings" and
SSL/TLS Certificates
remove it but load it again and again
push this codes to .htzccess file and load it again to HTTPS

RewriteEngine on
RewriteCond %{SERVER_PORT} ^443$
RewriteRule ^(.*)$ http://2tehrankbs.org/$1 [R=301,L]


please help me how to redirect the HTTPS to HTTP
I have plesk onyx 17.5.3

Thanks
 
Hi TehranShop,

yout site ( actually ) loads over HTTP, so pls. consider to delete YOUR cache and YOUR temporary internet files on your very own computer to solve issues as described.
 
Back
Top