From: Rich Bowen Date: Mon, 11 May 2026 12:14:55 +0000 (+0000) Subject: Consistent use of per-directory, rather than .htaccess, where appropriate X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca0acae41643995e30382213787e5e1c6236d537;p=thirdparty%2Fapache%2Fhttpd.git Consistent use of per-directory, rather than .htaccess, where appropriate git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934083 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/htaccess.xml b/docs/manual/rewrite/htaccess.xml index 6d5d0b61c2..bd71c0e048 100644 --- a/docs/manual/rewrite/htaccess.xml +++ b/docs/manual/rewrite/htaccess.xml @@ -23,7 +23,7 @@ Rewrite -mod_rewrite and .htaccess files +Per-directory Rewrites diff --git a/docs/manual/rewrite/index.xml b/docs/manual/rewrite/index.xml index e59a5e057d..337f080efa 100644 --- a/docs/manual/rewrite/index.xml +++ b/docs/manual/rewrite/index.xml @@ -42,10 +42,11 @@ RewriteCond basics, and how mod_rewrite fits into the request processing lifecycle. -
Per-directory Rewrites (.htaccess)
+
Per-directory Rewrites
The key differences between using rewrite rules in server -configuration versus .htaccess files, including path -stripping, RewriteBase, and the looping behavior of the [L] flag.
+configuration versus per-directory +context, including path stripping, RewriteBase, and the looping behavior +of the [L] flag.
RewriteRule Flags
A complete reference for all flags that can modify the behavior of