]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove some instances where a RewriteBase must be specified
authorEric Covener <covener@apache.org>
Sat, 29 Nov 2014 23:16:56 +0000 (23:16 +0000)
committerEric Covener <covener@apache.org>
Sat, 29 Nov 2014 23:16:56 +0000 (23:16 +0000)
commit99ff5b36f50a2ae2053cb608278ec38dfd41d707
tree411c3692d70b8bd113154cf069a52cbff78e996e
parent7606c8dd78c97201f5f4e0d1905d266a9b62fd07
Remove some instances where a RewriteBase must be specified

Previously, any time you used a relative substitution in
per-directory/htaccess context, you needed to specify
a RewriteBase. But in case where the context document root
and context prefix are known via e.g. mod_userdir
or mod_alias, and the substitution is under the context
document root, we can determine the replacement automatically.

This makes htaccess files or config snippets a bit more
portable.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1642484 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/mod/mod_rewrite.xml
modules/mappers/mod_rewrite.c