Hi all,
I've got a TG app running on
http://internalservername:8001
I have successfully installed a reverse proxy tool (this is running on
IIS) so that I can reverse proxy
http://therealsitename/admin into the
TG app runnning on the internal server name on port 8001. Now it turns
out that everything poops itself because externally, the path to
access the site is /admin, while internally, it's in the root (/).
This prompts TG to poot out claiming /admin doesn't exist. Which is
true. But..
Is there a way to move a TG app into a sub path so that the paths
mirror on the front and back, i.e.
http://internalservername:8001/admin
Cheers
- Balt