My apache is not display any webpage what so ever when I am trying to connect to the website I am creating through localhost.
I was told that I should be able to connect through localhost/www/[webpage folder]/index.php but when I do so the error that I receive is:
Not Found
The requested URL /www/wws/index.php was not found on this server.
Its awkward because I can connect to the website/page by using the directory, file:///C:/wamp/www/wws/index.php
but it does not show any of the code inside of the webpage. It is just blank and solid white. The php include is defiantly setup correctly as I have had another question regarding that and no answers were proven right as I believe it is because of apache. Not sure if it's the conf of the apache folder or what. (I have not touched the conf after installing it)
I'm not sure what it could be because the file is most defiantly there.
Any answers would be appreciated as I need to figure this out to get going on the site.