Report this

What is the reason for this report?

I can't setup a subdomain in my server.

Posted on March 5, 2014

Hi, i’m trying to setup a subdomain, read all tutorials and forum questions but really don’t understand what’s wrong.

I’ve created the virtualhost for the domain and subdomain on /etc/apache2/sites-available/default like this:

<VirtualHost *:80> ServerAdmin paulo@example.org.br DocumentRoot “/var/www/example” ServerName www.example.org.br ServerAlias example.org.br </VirtualHost>

<VirtualHost *.80> DocumentRoot “/var/www/sub” ServerName www.sub.example.org.br ServerAlias sub.example.org.br </VirtualHost>

And then I run a2ensite and restarted apache, but the browser doesn’t recognize the subdomain. Do I have to do any DNS setting? Or change any other files? Thanks you all.



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.

yes, you are right. you need to add DNS record to your subdomain under your domain DNS settings. <br> <br>look here: <br> <br>https://www.digitalocean.com/community/articles/how-to-set-up-and-test-dns-subdomains-with-digitalocean-s-dns-panel

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.