From a2326162b18f2799fb7bd4c62e6360df4df87e3b Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Wed, 6 Feb 2002 22:30:51 +0000 Subject: [PATCH] Added a description of the privileges needed to use .htaccess to change php config values (bug #15411) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69659 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chapters/config.xml b/chapters/config.xml index 7cd11f22c4..750f4bc3e1 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -39,7 +39,8 @@ include_path = ".;c:\php\lib" When using PHP as an Apache module, you can also change the configuration settings using directives in Apache configuration - files and .htaccess files. + files and .htaccess files (You will need "AllowOverride + Options" or "AllowOverride All" privileges) With PHP 3.0, there are Apache directives that correspond to each