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

Issue http to https redirection is not working

allmyurl

New Pleskian
http to https is not working. Tried changed in htaccess and plesk panel but not working.

Could you please suggest anyone?
 
What exactly did you try to configure in the panel?
What exactly did you enter into your .htaccess file?
What website content do you have, e.g. are you using a CMS like Wordpress? Did you configure that CMS to use https instead of http?
Are you using Nginx only or the default configuration of Nginx + Apache?
 
Thanks for quick reply. I have set all these 3

What exactly did you try to configure in the panel?
Ans: Websites & Domains > SSL/TLS Certificate > Enabled in "Redirect from http to https"

What exactly did you enter into your .htaccess file?
When insert this, not opening post.
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R,QSA]
</IfModule>

What website content do you have, e.g. are you using a CMS like Wordpress? Did you configure that CMS to use https instead of http?
Are you using Nginx only or the default configuration of Nginx + Apache?

Wordpress
 
In the Wordpress general settings please make sure that the URL that Wordpress knows of itself starts with https.
 
This is already in wordpress setting and CloudFlare Setting (Strict https).

Screenshot
Screenshot

Basically opening in https but real problem is not auto redirect from http to https or www to https.

Please guide.

Thanks.
 
Your website is auto-redirecting, there is no issue.

You can try to clear your browser cache or try to use a different browser, because the browser is probably delivering old content from its cache. The server itself is sending the correct redirect.
 
Back
Top