Hi all,
with Teaming, when you hit
http://servername:8080 you get redirected to
http://servername/web/guest/home (or in our case,
https://servername:8443/web/guest/home) ... what I want is for there to be an alias in front of the /web stuff ... ie
https://servername:8443/teaming/web/guest/home
Why? We want to expose our teaming server to the internet -
I'm using mod_rewrite to proxy the website because all the content isn't
under one directory, it's under many:
/html/themes/Novellwhite/images/liferay.ico
/c/portal/css_cached
/web/guest/home
If everything was under /teaming (or /team or /t or whatever)
/teaming/html/themes/Novellwhite/images/liferay.ico
/teaming/c/portal/css_cached
/teaming/web/guest/home
Then it would be just a simple case of matching anything that starts
with /teaming and redirecting it to the teaming server.