Hello guys. I got a problem when I try to setup subdomain on apache2.4.7 , ubuntu 14.04. Here are my steps:
<VirtualHost *:80>
DocumentRoot /home/example.com/www/sub
ServerName sub.example.com
</VirtualHost>
and enable it.
2.Create a DNS rule on CloudFlare. (because I use their public SSL service)
point sub.example.com to 1.2.3.4 (my droplet IP address)
Then, when I type sub.example.com it comes 404 not found:
Not Found The requested URL /cgi-sys/defaultwebpage.cgi was not found on this server.
What should I do? Thx
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.
It is the default page of CPanel and I believe the redirect was cached in the browser earlier. Clear the browser’s cache or better try accessing the page from any other browser.
Click below to sign up and get $100 of credit to try our products over 60 days!
yes I did. :\
Have you created an
index.html
file in /home/example.com/www/sub?