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 have only just bought my website (with .Net/Windows development package) and when I go to the page I am supposed to go to to administer my site I see this. I have written to support and got no response. Help?
I would suggest you check for the error logs. You should disable custom errors to get actual errors that may help resolve the issue. Follow the steps to disable custom errors.
- Go to the web.config file.
- And search for <system.web>.
- Create a below tag:
<customErrors mode =”off”/>
Once you disable the custom errors, browse your domain again. Now you will see the actual causing errors, which can lead to issues.