From: Rich Bowen Date: Thu, 7 May 2026 19:49:11 +0000 (+0000) Subject: docs: RewriteBase - replace (htaccess) with glossary link, use URL-path consistently... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02492e5339f4fcd0ab8c5de7608faafc99ff8145;p=thirdparty%2Fapache%2Fhttpd.git docs: RewriteBase - replace (htaccess) with glossary link, use URL-path consistently (Bug 70027) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933914 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index d6ac95a7ef..0762850032 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -414,21 +414,22 @@ RewriteRule "^/ex/(.*)" "${examplemap:$1}"

The RewriteBase directive specifies the - URL prefix to be used for per-directory (htaccess) + URL prefix to be used for + per-directory RewriteRule directives that substitute a relative path.

This directive is required when you use a relative path - in a substitution in per-directory context unless any + in a substitution in per-directory context unless any of the following conditions are true: