From: Joshua Slive Date: Tue, 23 Mar 2004 15:44:09 +0000 (+0000) Subject: Backport: X-Git-Tag: 2.0.50~309 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eb905fb4db1f6b0c33b9b4fad1e7beb84536b57;p=thirdparty%2Fapache%2Fhttpd.git Backport: Reference the config file syntax in the htaccess tutorial. PR: 17236 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103101 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/htaccess.html.en b/docs/manual/howto/htaccess.html.en index e19343c5522..683a8ca8dc6 100644 --- a/docs/manual/howto/htaccess.html.en +++ b/docs/manual/howto/htaccess.html.en @@ -59,13 +59,16 @@ changes on a per-directory basis.

-

What you can put in these files is determined by the AllowOverride - directive. This directive specifies, in categories, what directives - will be honored if they are found in a .htaccess file. If - a directive is permitted in a .htaccess file, the +

In general, .htaccess files use the same syntax as + the main configuration + files. What you can put in these files is determined by the + AllowOverride directive. This + directive specifies, in categories, what directives will be + honored if they are found in a .htaccess file. If a + directive is permitted in a .htaccess file, the documentation for that directive will contain an Override section, - specifying what value must be in AllowOverride in order - for that directive to be permitted.

+ specifying what value must be in AllowOverride in order for that + directive to be permitted.

For example, if you look at the documentation for the AddDefaultCharset directive, you will find that it is permitted in .htaccess @@ -348,4 +351,4 @@ changes on a per-directory basis.

- \ No newline at end of file + diff --git a/docs/manual/howto/htaccess.xml b/docs/manual/howto/htaccess.xml index bc3190ae665..57c926088ae 100755 --- a/docs/manual/howto/htaccess.xml +++ b/docs/manual/howto/htaccess.xml @@ -75,15 +75,17 @@ changes on a per-directory basis.

-

What you can put in these files is determined by the AllowOverride - directive. This directive specifies, in categories, what directives - will be honored if they are found in a .htaccess file. If - a directive is permitted in a .htaccess file, the +

In general, .htaccess files use the same syntax as + the main configuration + files. What you can put in these files is determined by the + AllowOverride directive. This + directive specifies, in categories, what directives will be + honored if they are found in a .htaccess file. If a + directive is permitted in a .htaccess file, the documentation for that directive will contain an Override section, specifying what value must be in AllowOverride in order - for that directive to be permitted.

+ module="core">AllowOverride in order for that + directive to be permitted.

For example, if you look at the documentation for the AddDefaultCharset