• 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.

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