]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_rewrite: Replace 'perl compatible regular expression' with glossary-linked 'regul...
authorRich Bowen <rbowen@apache.org>
Wed, 29 Apr 2026 18:35:54 +0000 (18:35 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 29 Apr 2026 18:35:54 +0000 (18:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933520 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index e51fa173e68141f6eee54572d607689df922321f..327ffa7f15a692248d349b916dcfed33c851ceb6 100644 (file)
@@ -783,7 +783,7 @@ AliasMatch "^/myapp" "/opt/myapp-1.2.3"
       <em>CondPattern</em>.</p>
 
       <p><em>CondPattern</em> is usually a
-      <em>perl compatible regular expression</em>, but there is
+      <glossary ref="regex">regular expression</glossary>, but there is
       additional syntax available to perform other useful tests against
       the <em>Teststring</em>:</p>
 
@@ -1096,8 +1096,8 @@ RewriteRule  "^/$"                 "/homepage.std.html"     [L]
       in which they will be applied at run-time.</p>
 
       <p><a id="patterns" name="patterns"><em>Pattern</em></a> is
-      a perl compatible <a id="regexp" name="regexp">regular
-      expression</a>.  What this pattern is compared against varies depending
+      a <a id="regexp" name="regexp"><glossary ref="regex">regular
+      expression</glossary></a>.  What this pattern is compared against varies depending
       on where the <directive>RewriteRule</directive> directive is defined. </p>
 
 <note><title><a id="what_is_matched" name="what_is_matched">What is matched?</a></title>
@@ -1114,7 +1114,7 @@ RewriteRule  "^/$"                 "/homepage.std.html"     [L]
       or "index.html" depending on where the <directive>RewriteRule</directive> is 
       defined.</p>
 
-      <p>The directory path where the rule is defined is stripped from the currently mapped
+      <p>The directory-path for which the rule is defined is stripped from the currently mapped
       filesystem path before comparison (up to and including a trailing slash). 
       The net result of this per-directory prefix stripping is that rules in
       this context only match against the portion of the currently mapped filesystem path