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

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