Contents 
  
  
    
- Introduction
 - Installation
 - Working with ISAPI_Rewrite
 - ISAPI_Rewrite directives
 - Examples
 - Troubleshooting
 - Release notes
 
AccessFileName directive
| Description: | Sets name of distributed configuration file | 
| Syntax: | AccessFileName filename [filename] ... | 
| Default: | AccessFileName .htaccess | 
| Context: | server config | 
Specifies a list of file names that ISAPI_Rewrite will look for distributed configurations. Default file name is .htaccess. ISAPI_Rewrite will only load the first found file in this list. By default ISAPI_Rewrite Manager will mark configuration files with hidden attribute - this will prevent the file from being requested directly by a remote user.
When any changes are applied to the configuration file it will be reloaded automatically 
  upon the next request to the server.