To get rid of the default page
http://www.example.com/apache2-default/
edit /etc/apache2/sites-available/default
and find on line 17
Quote:
|
RedirectMatch ^/$ /apache2-default/
|
and comment out so it looks like this
Quote:
|
# RedirectMatch ^/$ /apache2-default/
|
then restart apache /etc/init.d/apache2 restart
P.S don't forget to include a index.html file in your web root, mine is /var/www/index.html
hope this helps