• 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

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