From: André Malo
This directive is required when you use a relative path in a substitution in per-directory (htaccess) context unless either - of the following conditions are true: + of the following conditions are true:
DocumentRoot
@@ -166,7 +166,6 @@ SCRIPT_URI=http://en1.engelschall.com/u/rse/
substitution is also valid as a URL path on the server
(this is rare). In the example below, RewriteBase
is necessary
to avoid rewriting to http://example.com/opt/myapp-1.2.3/welcome.html
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index 19c472556b9..130ad74b313 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -573,7 +573,7 @@ once!
path.
This directive is required when you use a relative path in a substitution in per-directory (htaccess) context unless either - of the following conditions are true: + of the following conditions are true:
In the example below,