mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
e46576a481
commit
a2326162b1
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue