From 5e976e45e1bbbbbbe2d287bc06e60957f9c2dd4e Mon Sep 17 00:00:00 2001
From: Rich Bowen While processing a request, the server looks for
- the first existing configuration file from this list of names in
- every directory of the path to the document, if distributed
+ The AccessFileName directive allows you to change the name of the file
+ that will be considered for per-directory configuration overrides, in the
+ event that While processing a request, the server looks for files with the name
+ (or names) defined in Before returning the document
+ directory. For example Before returning the document
AccessFileName
+ in every directory of the path to the document, if distributed
configuration files are enabled for that
- directory. For example:/usr/local/web/index.html, the server will read
- /.acl, /usr/.acl,
- /usr/local/.acl and /usr/local/web/.acl
- for directives unless they have been disabled with:/.htaccess, /usr/.htaccess,
+ /usr/local/.htaccess and /usr/local/web/.htaccess
+ for directives.
For this reason, the default configuration file contains the following stanza:
This configuration block helps prevent unnecessary file accesses in directories
+ outside of your AllowOverride directive documentation.
When the server finds an .htaccess file (as
- specified by
When the server finds a distributed configuration file (Usually called
+ .htaccess - configurable by the