hi all, i have been reading through a good number of tutorial, examples and even some videos on YT. But i cant seem to get it working.
I wanted to do this,
i wanted the URL to be displayed as http://some.thing/index.htm, where the actually original link ishttp://10.8.0.1:5000/index.htm
it seems like i have to use reverse proxy to achieve this but for some reason i cant get the syntax right or i just not sure what to do. i have tried outbound rule as well with the pattern of ^10\.8\.0\.1$, but still no luck.
Some example actually shown in other coding, for apache, rewriting the HTTP_HOST. is that the same thing?
please kindly shed some light on this as i am really stuck now.
Sorry it maybe an easy thing but i really dont understand this.