Question
404 Not Found on Subdomain
Hello guys.
I got a problem when I try to setup subdomain on apache2.4.7 , ubuntu 14.04.
Here are my steps:
- In the folder “/etc/apache2/sites-enabled”,
<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.
×
Have you created an
index.html
file in /home/example.com/www/sub?yes I did. :\