home *** CD-ROM | disk | FTP | other *** search
- e">AccessFileName</directive> directive. For example,
- if you would rather call the file <code>.config</code> then you
- can put the following in your server configuration file:</p>
-
- <example>
- AccessFileName .config
- </example>
- </note>
-
- <p>What you can put in these files is determined by the <directive
- module="core">AllowOverride</directive>
- directive. This directive specifies, in categories, what directives
- will be honored if they are found in a <code>.htaccess</code> file. If
- a directive is permitted in a <code>.htaccess</code> file, the
- documentation for that directive will contain an Override section,
- specifying what value must be in <directive
- module="core">AllowOverride</directive> in order
- for that directive to be permitted.</p>
-
- <p>For example, if you look at the documentation for the <directive
- module="core">AddDefaultCharset</directive>
- directive, you will find that it is permitted in <code>.htaccess</code>
- files. (See the Context line in the dire