Am 06.05.2015 um 11:16 schrieb Hajo Locke:
Hello,
i have a small mod_jk.conf and want to use mod_rewrite also:
JkMount /* ajp13
JkUnmount /test/* ajp13
RewriteEngine On
RewriteRule ^/$ /java_app/ [L]
Rewriting by mod_rewrite only works with urls which are unmounted by
JkUnmount. So above Rule
Hello,
i have a small mod_jk.conf and want to use mod_rewrite also:
JkMount /* ajp13
JkUnmount /test/* ajp13
RewriteEngine On
RewriteRule ^/$ /java_app/ [L]
Rewriting by mod_rewrite only works with urls which are unmounted by
JkUnmount. So above Rule is not working because its immediately pass