From d2f8fb013d0634e52920f548360e60c507d6ec39 Mon Sep 17 00:00:00 2001
From: Joshua Slive
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.
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
diff --git a/docs/manual/howto/htaccess.xml b/docs/manual/howto/htaccess.xml
index ce834e90ce..17665c7fb3 100755
--- a/docs/manual/howto/htaccess.xml
+++ b/docs/manual/howto/htaccess.xml
@@ -76,15 +76,17 @@ changes on a per-directory basis.
What you can put in these files is determined by the .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
+ .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
For example, if you look at the documentation for the