• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

How to "enable parent paths" globally

E

eder

Guest
Hello everybody!

I have a Virtual Dedicated server at godaddy running Plesk 8.3 for Windows.
The purpose of this server is to host a website that will be deployed to hundreds of clients, each one in its own hosting account.

So I changed the "skeleton" to be the entire framework I use to deploy these websites.
So when I create a new domain, the skeleton is already there.
I need to automatically enable parent paths for all accounts created. Is it possible?

Would also be a time saving feature if I could assing permissions to the skeleton and have them applied to all accounts, or have it done in another way, as long as the permissions get granted automatically at account creation time

Any help will be enormously appreciated.

Thanks

Eder Wainer
 
Sorry for this enormous thread necro, but when searching on Google this was one of the first results before I gave up and started looking at the Plesk executables instead, in case this helps anyone else...

This command in PowerShell/CMD will do the job and can be replicated for many domains in a large paste or batch file:

When inside "C:\Program Files (x86)\Parallels\Plesk\admin\bin>"

.\virtdir --update / -parent_paths true -vhost domainname

It should also be possible to use the Plesk Event Handler to run this command automatically on a domain after creation if needed as per the OP.
 
This was actually for someone running a Server 2012R2 system with Plesk 12, who has a lot of old asp sites that use this, hopefully one day soon they will update their stuff to use include virtual instead.
 
Back
Top