3c2controller
Technical User
I'm setting up a reverse proxy and this is the first time working with mod_rewrite. After some long research, I believe rewrite or alias is the trick to resolve my problem.
Apache Config
ProxyPass /site123/ ProxyPassReverse /site123/
This portion is working okay, except when a user clicks on a button, the url shows as: /portalapp/controller?handler=LoginHandler&action=noaction (embeded html code)
When that happens, the new URL in the browser ends up as
I'm trying to get it to show up as:
I'm trying to use Rewrite to look for the /portalapp/ and remove it. Maybe mod_alias is a better path to take?
Any suggestions?
Thank you
Apache Config
ProxyPass /site123/ ProxyPassReverse /site123/
This portion is working okay, except when a user clicks on a button, the url shows as: /portalapp/controller?handler=LoginHandler&action=noaction (embeded html code)
When that happens, the new URL in the browser ends up as
I'm trying to get it to show up as:
I'm trying to use Rewrite to look for the /portalapp/ and remove it. Maybe mod_alias is a better path to take?
Any suggestions?
Thank you