Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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?
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?
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.