From: Rich Bowen
Date: Wed, 11 Jan 2023 20:13:31 +0000 (+0000)
Subject: Fixes example to actually work.
X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e9bb17db2397a6cbb1f070955650398d41762ed0;p=thirdparty%2Fapache%2Fhttpd.git
Fixes example to actually work.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1906618 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/intro.xml b/docs/manual/rewrite/intro.xml
index b624cad6cff..9e4879dd84c 100644
--- a/docs/manual/rewrite/intro.xml
+++ b/docs/manual/rewrite/intro.xml
@@ -205,7 +205,7 @@ like the Alias directive.
2. A web-path to a resource
-RewriteRule ^/foo$ /bar
+RewriteRule ^/foo/?$ /bar
If DocumentRoot is set
to /usr/local/apache2/htdocs
, then this directive would