Hi, I have the following Rewrite config, to pass requests through Apache to Tomcat using AJP:
RewriteEngine on RewriteRule ^/abc - [L,PT] RewriteRule (.*) /abc$1 [L,PT] JkMount /abc/* node1 This works, to the point that requests to http://sitename/ are rewritten to http://sitename/abc ... and the JkMount directive finds a match, and passes the request off to a worker. However, I need JkMount to preserve the rewritten URI and it doesn't appear to be doing that. A request to http://sitename/ gets rewritten to http://sitename/abc ... but, goes to the worker as http://sitename/ Does anyone know how I can preserve the rewritten URI when passing to the worker? Thanks, Phil -- Philip Hunt System Administrator Straker Software phone: +64 28 899 4802 email: philip.h...@strakersoftware.com web: http://www.shadocms.com