Hi Folks,
Is it possible to somehow rewrite an URL internally to a JkMounted location? I tried this in httpd.conf: JkMount /myapp/* ajp12 RewriteEngine on RewriteRule ^/$ /myapp/main/ without any success (404). Putting [R] after the rewrite rule works, but I want that users see only the root url, http://myapp.com/ instead of http://myapp.com/myapp/main/. I'm using Apache 1.3.20 with Tomcat 3.2.3 on FreeBSD. An upgrade maybe? :) Regards, Harri -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
