]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
docs: RewriteBase - replace (htaccess) with glossary link, use URL-path consistently...
authorRich Bowen <rbowen@apache.org>
Thu, 7 May 2026 19:49:11 +0000 (19:49 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 7 May 2026 19:49:11 +0000 (19:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933914 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index d6ac95a7efee3d14c0e2fd8b58e233740db87c64..0762850032103bcf988b3dcdb68bb94149b0b6b9 100644 (file)
@@ -414,21 +414,22 @@ RewriteRule "^/ex/(.*)" "${examplemap:$1}"
 
 <usage>
       <p>The <directive>RewriteBase</directive> directive specifies the
-      URL prefix to be used for per-directory (htaccess)
+      URL prefix to be used for
+      <glossary ref="perdirectory">per-directory</glossary>
       <directive module="mod_rewrite">RewriteRule</directive> directives that
       substitute a relative path.</p>
       <p> This directive is <em>required</em> when you use a relative path
-      in a substitution in <glossary ref="perdirectory">per-directory</glossary> context unless any 
+      in a substitution in <glossary ref="perdirectory">per-directory</glossary> context unless any
       of the following conditions are true:</p>
       <ul>
           <li> The original request, and the substitution, are underneath the
                <directive module="core">DocumentRoot</directive>
                (as opposed to reachable by other means, such as
                <directive module="mod_alias">Alias</directive>).</li>
-          <li> The <em>filesystem</em> path to the directory containing the
-               <directive module="mod_rewrite">RewriteRule</directive>,
-               suffixed by the relative
-               substitution is also valid as a URL path on the server
+          <li> The <em>filesystem</em> path to the directory containing
+               the <glossary ref="perdirectory">per-directory</glossary>
+               configuration, suffixed by the relative
+               substitution is also valid as a URL-path on the server
                (this is rare).</li>
           <li> In Apache HTTP Server 2.4.16 and later, this directive may be
                 omitted when the request is mapped via