home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2004 March / PCWMAR04.iso / Software / Resources / Apache / apache_2.0.48-win32-x86-no_ssl.exe / F253971_favicon.ico < prev    next >
Encoding:
Text File  |  2002-09-05  |  1.1 KB  |  23 lines

  1. e">AccessFileName</directive> directive. For example,
  2.       if you would rather call the file <code>.config</code> then you
  3.       can put the following in your server configuration file:</p>
  4.  
  5.       <example>
  6.         AccessFileName .config
  7.       </example>
  8.     </note>
  9.  
  10.     <p>What you can put in these files is determined by the <directive
  11.     module="core">AllowOverride</directive>
  12.     directive. This directive specifies, in categories, what directives
  13.     will be honored if they are found in a <code>.htaccess</code> file. If
  14.     a directive is permitted in a <code>.htaccess</code> file, the
  15.     documentation for that directive will contain an Override section,
  16.     specifying what value must be in <directive 
  17.     module="core">AllowOverride</directive> in order
  18.     for that directive to be permitted.</p>
  19.  
  20.     <p>For example, if you look at the documentation for the <directive
  21.     module="core">AddDefaultCharset</directive>
  22.     directive, you will find that it is permitted in <code>.htaccess</code>
  23.     files. (See the Context line in the dire