Hello
been trying to get localhost to fire up all day..
apache says its working fine on the generic localhost.
'It works!
This is the default web page for this server.
The web server software is running but no content has been added, yet.'
I have followed the Ubuntu tutorial,
https://help.ubuntu.com/community/ApacheMySQLPHP
but even though mysite.config is created, I am not seeing the 000-default disabled, it still appears to be the default page.
I currently have default, default-ssl and mysite conf in the available sites, and default in the sites-enabled after running sudo a2dissite 000-default && sudo a2ensite mysite as per the tutorial.
thanks for any input, been surprised how little I could find on this after looking all day. I've been trying to aviod xampp so that I can better learn apache.