Ubuntu – Where to find default/ test page for Apache2

Apache2htmlwebserver

I have a VPS running Ubuntu 13.10 and has an Apache2 website, and whenever I go to the VPS's IP http://5.231.37.8 ,I get the default/test page for Apache instead of my website located in /var/www.

It's an html + css website.

Edit: My solution below

Best Answer

Make sure the html home page file is in /var/www, and is called index.html - index.html is the first/default webpage you should get on typing the sites domain name/IP address. All other files can be linked to & from the index.html root/home file.

Related Question