• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. fbartolom

    Issue php not working after having activated Apache instead of nginx on plesk

    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.
  2. fbartolom

    Issue php not working after having activated Apache instead of nginx on plesk

    Unknown Plesk command-line utility: "repair"
  3. fbartolom

    Issue php not working after having activated Apache instead of nginx on plesk

    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...
  4. fbartolom

    Question Distinguishing www directory from the domain one

    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...
  5. fbartolom

    Question Distinguishing www directory from the domain one

    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.
  6. fbartolom

    Question Distinguishing www directory from the domain one

    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.
  7. fbartolom

    Question Distinguishing www directory from the domain one

    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...
Back
Top