On Tue, May 13, 2014 at 11:51 AM, Tobias Adolph <[email protected]> wrote: > is the intended behaviour of ProxyPass(Match)-Directives to ignore .htaccess > files?
Yes, proxy directives stop the URL from being mapped to any location on disk, so no .htaccess in any directory is applicable. You could try mod_rewrite in directory context. -- Eric Covener [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
