https://issues.apache.org/bugzilla/show_bug.cgi?id=44838
Eric Covener <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #9 from Eric Covener <[email protected]> 2011-01-05 17:44:19 EST --- fixed in trunk and 2.2.x: http://svn.apache.org/viewvc?view=revision&revision=1055671 I've moved/enhanced the text that was already there: When using the rewrite engine in .htaccess files the per-directory prefix (which always is the same for a specific directory) is automatically removed for the pattern matching and automatically added after the substitution has been done. This feature is essential for many sorts of rewriting; without this, you would always have to match the parent directory, which is not always possible. There is one exception: If a substitution string starts with http://, then the directory prefix will not be added, and an external redirect (or proxy throughput, if using flag P) is forced. See the RewriteBase directive for more information. If there's some specific concern unadressed, reproduce the section of the updated doc in a new bugzilla report and provide your specific recommendation. -- 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]
