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 al but dumped Plesk by totally reisntalling the machine with the vanilla configuration with just apache and manual configuration files and all now works seamslessly. I think my experience with Plesk ends here after having wasted two weeks of my time and the same time of downtime of my iOS users.
In order to overcome a number of issues arising from nginx I decided to switch it off and activate apache instead on Plesk. Yet when I do it no php script seems to run as you may see at:
https://taxiprofessional.net/iPuja/counts.php
and I get:
Service Temporarily Unavailable
What other operation...
At any rate I think I managed to modify the right piece of code:
<?php foreach ($VAR->domain->webAliases AS $alias): ?>
ServerAlias "<?php echo $alias->asciiName ?>"
<?php if (strcmp($alias, "taxiprofessional.net")) ?>
ServerAlias "www.<?php echo $alias->asciiName ?>"
<?php if...
Also
the editing should be done by editing php scripts, not configuration files, and tweaking factory code is a sure recipe for disaster. That is why inheritance was invented, for that matter.
i think it is a bit of an overshooting for just enabling a separate www directory. Are you sure there is no easier way? At any rate I found interesting the issue about error messages, I shall have to implement them to lead user to a custom error message I manually enabled on the old server.
I would like to direct accesses to www.domain and to domain to two different directories in Plesk. Yet when I try to add the www subdomain it says it is already there and in fact when I edit the 'domain' hosting setting a www is pre-printed before the editable domain name, differently from the...