• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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