From e2bd543fdccf35324dfe69459f4fb5245198444b Mon Sep 17 00:00:00 2001
From: Eric Covener When the substitution string begins with a string
resembling "/~user" (via explicit text or backreferences), mod_rewrite performs
home directory expansion independent of the presence or configuration
-of $N
in the substitution string!
mod_userdir
mod_userdir
.
This expansion does not occur when the PT
flag is used on the RewriteRule
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index ab780896ad..f6846aebdf 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -1536,7 +1536,7 @@ cannot use $N
in the substitution string!
When the substitution string begins with a string
resembling "/~user" (via explicit text or backreferences), mod_rewrite performs
home directory expansion independent of the presence or configuration
-of
This expansion does not occur when the PT
flag is used on the