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.
I found a solution. It is all being configured with VirtualHost. One for port 80 and one for port 443 (one for SSL and one for non-SSL)
To enable a Single Redirect for all variations of a website to https://www.* the following settings should be applied in "Websites and Domains" --> "Apache &...
Exactly. My first http directive is causing the following chain when that setting is enabled:
http://example.com to https://example.com to https://www.example.com
I need one redirect for all variations of URL to www. + SSL (https://www.*)
My current setup redirects http://example.com and...
Here is an example of my redirects before Subscriptions > Your subscription > Hosting Settings > Preferred domain > Choose the "www.*" option.
Here is an example of my redirects after the "www.*" option.
I used this tool here to test redirects: https://varvy.com/tools/redirects/
As you...
I am trying to create single redirects for variations of my webpage.
For example:
example.com
www.example.com
https://example.com
Each uses a single redirect to https://www.example.com
I went to Websites & Domains --> Apache & nginx Settings
For "Additional directives for HTTP" I added the...