I have created a html file that I am trying to host on the localhost using wamp server so that anyone in the network can access it I have also updated the hosts file to
172.x.x.x www.kpcl.com
This works fine what, when anyone with this hosts file tries to access my page thing is person has to type www.kpcl.com/checkl.html
where checkl.html is my file situated in www folder of wamp
in the url section I want that as soon as the person enters the www.kpcl.com
by default the checkl.html page gets loaded what to do?