
Originally Posted by
Exodus
So, phpmyadmin was showing me a blank page so I decided to reinstall it, and it must have messed something up because now when I try to access my webserver on vbox it gives a page cannot be found error. :( Does anyone know how to fix this? thanks.
Some more info, on my portforwarding tool I can see 127.0.0.1 trying to connect to port 80 on my 192.168.0.10 where the webserver is on... it keeps trying to connect all the time but can't.
Check if apache is running is running. If it is not running then start it.
If you still have problems then try reinstalling apache
Code:
apt-get remove apache2
apt-get install apache2