diff options
author | Igor Wiedler <igor@wiedler.ch> | 2011-03-24 00:40:56 +0100 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2011-03-24 00:40:56 +0100 |
commit | 0793b49212599b3536279d2bb5424c2b24cc1669 (patch) | |
tree | 57cecaae8f11c7312536d4b3aea2d924aca422af /phpBB | |
parent | 03017a8946b5c7dd7f5aa9c47367991071990f5e (diff) | |
download | forums-0793b49212599b3536279d2bb5424c2b24cc1669.tar forums-0793b49212599b3536279d2bb5424c2b24cc1669.tar.gz forums-0793b49212599b3536279d2bb5424c2b24cc1669.tar.bz2 forums-0793b49212599b3536279d2bb5424c2b24cc1669.tar.xz forums-0793b49212599b3536279d2bb5424c2b24cc1669.zip |
[ticket/10107] Add cache to the enumeration, make statement more generic
PHPBB3-10107
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/docs/INSTALL.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index c960b49cc6..9f635fe50b 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -411,7 +411,7 @@ <a name="webserver_configuration"></a><h3>6.ii. Webserver configuration</h3> - <p>Depending on your web server you may have to configure your server to deny web access to the <code>files/</code> and <code>store/</code> directories. This is to prevent users from accessing private attachments and database backups.</p> + <p>Depending on your web server you may have to configure your server to deny web access to the <code>cache/</code>, <code>files/</code>, <code>store/</code> and other directories. This is to prevent users from accessing sensitive files.</p> <p>For <strong>apache</strong> there are <code>.htaccess</code> files already in place to do this for you. For other webservers you will have to adjust the configuration yourself. Sample files for <strong>nginx</strong> and <strong>lighttpd</strong> to help you get started may be found in docs directory.</p> |