Report this

What is the reason for this report?

I can ping my subdomain, but when I browse it, it always load the top domain.

Posted on October 1, 2016

Followed the instructions in DO on how to setup and my Domain Server.



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.

Common guys can someone help me please.

here is my virtual hosts settings: <VirtualHost *:80> ServerAdmin admin@domain.org DocumentRoot /var/www/lists.domain.org/public_html

    <Directory /var/www/lists.domain.org/public_html/>
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted
    </Directory>

    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined

</VirtualHost>

Zone file: $ORIGIN domain.org. $TTL 1800 domain.org. IN SOA ns1.digitalocean.com. hostmaster.domain.org. 1475233282 10800 3600 604800 1800 domain.org. 1800 IN NS ns1.digitalocean.com. domain.org. 1800 IN NS ns2.digitalocean.com. domain.org. 1800 IN NS ns3.digitalocean.com. domain.org. 1800 IN A 128.199.118.215 domain.org. 1800 IN MX 1 aspmx.l.google.com. domain.org. 1800 IN MX 5 alt1.aspmx.l.google.com. domain.org. 1800 IN MX 5 alt2.aspmx.l.google.com. domain.org. 1800 IN MX 10 alt3.aspmx.l.google.com. domain.org. 1800 IN MX 10 alt4.aspmx.l.google.com.

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.