From: Lucien Gentis Date: Sat, 11 Jul 2026 14:53:15 +0000 (+0000) Subject: typo correction. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad0b1afeead190061648f30a4a1fefa67f9bdb6e;p=thirdparty%2Fapache%2Fhttpd.git typo correction. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1936053 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 587470e44f..a2e6d0cd30 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1163,7 +1163,7 @@ RewriteRule "^/$" "/homepage.std.html" [L] on where the RewriteRule directive is defined.

If the pattern is prefixed with a ! the - substitution will be performed only if the the + substitution will be performed only if the pattern does not match.

<a id="what_is_matched" name="what_is_matched">What is matched?</a>