From 60a8f3bd423f65d362708d00eafe6a0d025e386f Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sat, 9 Aug 2008 20:12:31 +0000 Subject: [PATCH] Admonish people not to put "AllowOverride All" in and expect it to do anything useful. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@684326 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 8 ++++++++ docs/manual/mod/core.xml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 7d7ebac678..30074fe495 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -500,6 +500,14 @@ be passed through AuthConfig nor Indexes cause an internal server error.

+

For security and performance reasons, do not set + AllowOverride to anything other than None + in your <Directory /> block. Instead, find (or + create) the <Directory> block that refers to the + directory where you're actually planning to place a + .htaccess file.

+
+

See also