From e4238a4a497fede49ef9348440d2dd114db56c7d Mon Sep 17 00:00:00 2001 From: Jacob Champion Date: Thu, 4 May 2017 22:54:00 +0000 Subject: [PATCH] override index: clarify this doc's purpose Based on feedback by elukey. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-override-index@1793923 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/overrides.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/overrides.xml b/docs/manual/mod/overrides.xml index 6e611fe357..a641a98a12 100644 --- a/docs/manual/mod/overrides.xml +++ b/docs/manual/mod/overrides.xml @@ -25,8 +25,15 @@

This is an index of the directives that are allowed in .htaccess files for - each AllowOverride setting. To - determine the set of directives that your server configuration allows + various AllowOverride settings, + organized by class. Its intended purpose is to help server administrators + verify the privileges they're granting to .htaccess users. For an overview + of how .htaccess works, see the + .htaccess tutorial. +

+ +

+ To determine the set of directives that your server configuration allows .htaccess users to use:

-- 2.50.1