Report this

What is the reason for this report?

ServerAlias works but not ServerName

Posted on June 14, 2020

I have a LAMP droplet with let’s encrypt, on which I installed WordPress. ServerAlias works but not ServerName. For example, when I go to www.subdomain.domain.com it works with the correct webpage, but not when I go to subdomain.domain.com It shows the domain.com webpage.

My subdomain virtualhost file is written like this <VirtualHost *:80> ServerAdmin webmaster@localhost ServerName subdomain.domain.com ServerAlias www.subdomain.domain.com DocumentRoot /var/www/wordpress </VirtualHost>

I have set up an A record for the subdomain to the same droplet that my domain has. I have a CNAME record for www.subdomain.domain.com I had a .htaccess file which I renamed to .htaccess2 (I don’t know if that stops it from working or not)

Any ideas on what is wrong?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

I think I solved the problem, I will update in 1-2 days.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.