southern writes:Apache HTTP Server Tutorial: .htaccess files
What they are/How to use them
.htaccess files provide a way to make configuration changes on a per-directory basis.
.htaccess files (or "distributed configuration files") provide a way to make configuration changes on a per-directory basis. A file, containing one or more configuration directives, is placed in a particular document directory, and the directives apply to that directory, and all subdirectories thereof.
Note:
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:
AccessFileName ".config"
more: Apache
Apache HTTP Server Tutorial
Posted on Wednesday, January 06, 2016 @ 11:35:12 PST in Documentation
|
Iterators and generators
Posted on Sunday, December 06, 2015 @ 10:11:47 PST in Documentation southern writes:
|
Connection Strings Explained
Posted on Thursday, December 03, 2015 @ 18:22:34 PST in Documentation southern writes:
|
HTML 5
Posted on Wednesday, June 22, 2011 @ 17:57:20 PDT in Documentation papamike writes:
|
HTML Manual Mod released - get your copy today
Posted on Sunday, February 25, 2007 @ 21:39:19 PST in Documentation nukeevangelist writes:
|
Guide: How To Rename Your admin.php
Posted on Wednesday, February 07, 2007 @ 02:09:52 PST in Documentation zulhar writes:
|