When I establish an access point via the netshell utility (netsh wlan start hostednetwork), I want all connected clients to be directed to the same page (preferably localhost) - regardless, which URL they are entering. I know this is very similar to a captive portal system or a custom DNS Server. I am researching for months now, but found no solution so far. In Linux, it seems to be much easier, but I need a windows solution.
=== Why I need this === Since sometimes it is necessary to know the reason of the project, I will explain now. I am creating a (HTML5-based) game for multiple players (all in the same room). They log into the netsh-access point (a notebook running apache) via mobile devices, open the browser and see their control-console/game information etc. Since I don't want to tell everyone to enter something complicated like "192.168.173.1" to type into their Adress bar, (not everyone is a nerd) I'm looking for a solution where they can type in ANYTHING and still get to the right page. I need it for windows, because this system is for multiple people, all of which have windows-notebooks (and I don't want to force them to install Linux).
I greatly appreciate your help and advices.