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

www for subdomain(Alias domain)

M

maoz

Guest
how can I add www to subdomain that the apache will answer it(Alias domain for subdomain in apache)
I manage to add "Alias domain" to the conf file but i want to do it via panel.
10X
 
In the domain alias page, click on the DNS icon and you can set up your dns entries for the domain alias.
 
After update to 8.2 the www.domain.com do not work anymore

hi, after updated to 8.2 the www alias for www.my-domain.com does not work anymore.

my-domain.de => no problem
www.my-domain.de => plesk default page

when trying to ad the www alias I'll get an error (DNS entry already exists).

so wat can I do?
 
Hi AndreasK,

thanks for the answer.

So I did it this way:
. Domains > mydomain.de > DNS settings > Restore the DNS zone with WWW-Prefix
. then set SOA record to a short refresh time
. then Switch the DNS service off and on
. and then wait and look

The funny thing is, that for some domains it works and for other it did not.

Up to now i tried to delete the entries, to ad them again, to restart the server and so on, but for some domains it does not work...

=> Is there a way to set the entries without plesk?

Thanks
 
Hi,
now I decided to do it manually and it worked :)

Edit the file:
\var\www\vhosts\mydomain.de\conf\httpd.include

Insert the ServerAlias Tag:
<VirtualHost 85.214.95.2:443>
ServerName mydomain.de:443
ServerAlias www.mydomain.de
...

<VirtualHost 85.214.95.2:80>
ServerName mydomain.de:80
ServerAlias www.mydomain.de
...

And restart the System.
=> Thats all ;-)
 
Back
Top