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
This commit is contained in:
Andy Lindeman 2002-02-06 22:30:51 +00:00
parent e46576a481
commit a2326162b1

View file

@ -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 @@ include_path = ".;c:\php\lib"
<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