mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added more detailed instructions on how to protect wincache.php script.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290963 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
16d4537f24
commit
939f764bdc
1 changed files with 5 additions and 3 deletions
|
@ -137,9 +137,11 @@
|
|||
will be located in the same folder from which the content of the installation package was extracted.
|
||||
</para>
|
||||
<para>
|
||||
To use <filename>wincache.php</filename>, copy it into a root folder of your Web site or
|
||||
into any subfolder. To protect the script, open it in any text editor and follow the instructions
|
||||
in the comments:
|
||||
To use <filename>wincache.php</filename>, copy it into a root folder of a Web site or
|
||||
into any subfolder. To protect the script, open it in any text editor and replace the values for
|
||||
<emphasis>USERNAME</emphasis> and <emphasis>PASSWORD</emphasis> constants.
|
||||
If any other IIS authentication is enabled on the server, then
|
||||
follow the instructions in the comments:
|
||||
<example>
|
||||
<title>Authentication configuration for <filename>wincache.php</filename></title>
|
||||
<programlisting role="php">
|
||||
|
|
Loading…
Reference in a new issue