rbowen 2002/11/17 12:52:40 Modified: htdocs/manual/mod core.html.en Log: PR: Debian Bug report #169431 -- Documentation of AllowOverride strongly (and wrongly) implies it is valid within a <Location> directive. This patch corrects that, as you really can't use AllowOverride in Files or Location sections. Revision Changes Path 1.241 +5 -0 httpd-docs-1.3/htdocs/manual/mod/core.html.en Index: core.html.en =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v retrieving revision 1.240 retrieving revision 1.241 diff -u -r1.240 -r1.241 --- core.html.en 13 Nov 2002 21:28:53 -0000 1.240 +++ core.html.en 17 Nov 2002 20:52:40 -0000 1.241 @@ -455,6 +455,11 @@ which directives declared in that file can override earlier access information.</p> + <p><strong>Note:</strong> <code>AllowOverride</code> is only + valid in <Directory> sections, not in <Location> or + <Files> sections, as implied by the <strong>Context</strong> + section above.</p> + <p>When this directive is set to <code>None</code>, then .htaccess files are completely ignored. In this case, the server will not even attempt to read .htaccess files in the
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]