I have back end website running on Tomcat with the following url http://local.domain.co m/app. External user access the website through apache proxy with the following url http://www.domain.com/user1 (user1, user2, etc... It’s uri specific to each user). I want to use apache rewrite or/ and reverse proxy directive to translate the url like http://www.domain.com/user1 into http://local.domain.co m/app?user=user1
Please can someone help me please?
Thanks,
Abdel
Please can someone help me please?
Thanks,
Abdel
Comment