What I'm trying to do is quite simple.
When I go to localhost:8080
, I would like WampServer to redirect me to an html file somewhere in my www folder.
The idea here is that I don't want to have to type localhost:8080/something/file.html
in order to get to the page I'm trying to get to.
Is this possible? If so, how?