https://issues.apache.org/bugzilla/show_bug.cgi?id=51933
Stefan Fritsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #2 from Stefan Fritsch <[email protected]> 2011-10-09 14:17:58 UTC --- If you start httpd on the development machine with -DDEVEL, this should already work: <IfDefine DEVEL> RewriteBase /domain.com/foo </IfDefine> <IfDefine !DEVEL> RewriteBase /foo </IfDefine> Therefore I don't see much value in allowing several RewriteBase directives and I will mark this issue as WONTFIX. FWIW, it may be that the %{CONTEXT_PREFIX} variable available in 2.3.x already allows a more elegant solution. Also, there are some plans to make RewriteBase unneccessary in many cases, but this will take some time until it is implemented (probably 2.4.x with x > 0). -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
