I'm trying to call an URL (e.g : http://localhost:2000/index.n/test
), but the server will try to find test.n like that, and I would like to go in index.n file and get index.n/test as request's path. How could I do that please ? (I'm using Haxe)
(in PHP it works)
Thank you very much, Peekmo