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

Create subdomain with DocumentRoot based on parent domain DocumentRoot

E

EmilianoS

Guest
Hello,

I would like to know how do I create a subdomain with a vhost DocumentRoot based on the parent domain DocumentRoot.

Example:
mydomain.com
DocumentRoot: /var/www/vhosts/mydomain.com/httpdocs

The default DocumentRoot for a subdomain is like this:
subdomain1.mydomain.com
DocumentRoot: /var/www/vhosts/mydomain.com/subdomains/subdomain1/httpdocs

So I would like to have a DocumentRoot like this:
/var/www/vhosts/mydomain.com/httpdocs/subdomain

I want this so I can access the same website with this URLs
http://mydomain.com/subdomain1
http://subdomain1.mydomain.com

The only way I know to do this is by editing the vhosts.conf

There is any other way to do this using Plesk Panel?

Thank you.
 
Back
Top