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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.