alindeman               Wed Feb  6 17:30:52 2002 EDT

  Modified files:              
    /phpdoc/en/chapters config.xml 
  Log:
  Added a description of the privileges needed to use .htaccess to change php config 
values (bug #15411)
  
  
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.35 phpdoc/en/chapters/config.xml:1.36
--- phpdoc/en/chapters/config.xml:1.35  Wed Jan 23 13:01:57 2002
+++ phpdoc/en/chapters/config.xml       Wed Feb  6 17:30:51 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.35 $ -->
+<!-- $Revision: 1.36 $ -->
  <chapter id="configuration">
   <title>Configuration</title>
 
@@ -39,7 +39,8 @@
    <simpara>
     When using PHP as an Apache module, you can also change the
     configuration settings using directives in Apache configuration
-    files and .htaccess files.</simpara>
+    files and .htaccess files (You will need "AllowOverride
+    Options" or "AllowOverride All" privileges)</simpara>
 
    <simpara>
     With PHP 3.0, there are Apache directives that correspond to each


Reply via email to