07-21-2017, 04:44 AM
- - The purpose of .htaccess files is to provide a means to configure Apache for users who cannot modify the main configuration file.
- Directives placed in .htaccess files apply to the directory where you place the file, and all sub-directories, unless disabled in the main configuration.
- .htaccess files can be used to provide password protection the same way the main configuration files can be used to provide password protection