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.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Hi, I'm not sure if you've figured this out. I've had a few certificates that were renewed that work great in some browsers (chrome) but not others (firefox). This is due to an older chain certificate retained on renewed certificates; as a result, I found (with GeoTrust certificates) you need to...
You can disable SSL support by following this KB https://kb.plesk.com/en/124057
However, you HTTPS connection will redirect to the default domain as defined in Plesk.
I add a simple 301 redirect in the .htaccess file for the domains that don't use HTTPS:
RewriteEngine On
RewriteCond %{HTTPS} on...
The SSL needs to be installed on the subdomain. You should be able to install the certificate for the subdomain from within Plesk or from the command line (see: http://docs.plesk.com/en-US/12.5/cli-linux/using-command-line-utilities/certificate-ssl-certificates.39009/ ); in addition, Plesk has a...