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

Alias and subdomains

albans

Regular Pleskian
Hi,
I'm surprised that alises domains don't work with subdomains.

Explanation:
- I've a main domain name: domain.tld
- I create one subdomain, like: sub.domain.tld
- I add to domain.tld a domain alias: alias.tld
- Then whey I get to sub.domain.tld, it works fine
- BUT when I want to access sub.alias.tld, I get to the default page for the IP...

Is theire a way to make subdomains work for aliases? Thanks!
 
Hi,

I Have the same problem, no ideas ?

Thanks per advance.
 
I think you can put in subdomains/<subdomain name>/conf/vhost.conf:

serverAlias sub.alias.tld
 
Exactly right.

Create vhost.conf file in subdomains/subdomain/conf/

Add this to the file: serverAlias subdomain.domainalias.com

Run this command: /usr/local/psa/admin/sbin/websrvmng -v -u --vhost-name=domain.com or /usr/local/psa/admin/sbin/websrvmng -v -a to reconfigure all.

It should be working. I just tested this and it works for me on FC6.
 
Back
Top