How to add a domain alias without www in plesk 12
Let's say I have www.mydomain.com set up in Plesk 12. How can I create an alias like mydomain.mycompany.com for that domain? Currently Plesk adds automatically the www prefix. Thanks!
Let's say I have www.mydomain.com set up in Plesk 12. How can I create an alias like mydomain.mycompany.com for that domain? Currently Plesk adds automatically the www prefix. Thanks!
We currently have sites.adomain.com set up in Plesk 11 and want to use bdomain.com as an alias for sites.adomain.com. The old method does not seem to work which was: vi /var/www/vhost/adomain.com/subdomains/sites/conf/vhost.conf contents: ServerAlias "bdomain.com" ServerAlias "www.bdomain.com" Does anyone know how…