I think this is called some rewrite -proxy thing but I cannot understand how to set it up. Basically, I have an application in localhost:38000 and I want to show it up in mySite.com/test, how can I do that?
RewriteRule ^localhost:38000$ http://mySite.com/test/$1 [P]
Try this: