We are trying to make application URLs friendly using rewrite rules. The goal is to eliminate the context path of the web application from the url.
Example: The URL http://app.company.com should rewrite to http://backend:8080/app. Is there a way to do this using rewrite rules? Thanks, -Ken

