Techniques to include other file in case of .htaccess file
If you want to call your
.htaccess file something else, you can change the name of the file using the AccessFileName directive. For example, if you would rather call the file .config then you can put the following in your server configuration file, that is, in the httpd.conf file: AccessFileName .config
Comments
Post a Comment