Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2017-04-21 11:17:32 +0300
committerAleksander Machniak <alec@alec.pl>2017-04-21 11:17:32 +0300
commit045cc38ebee9d86828eb43604758d6bb8cb72eaa (patch)
tree223f5ea487abf365f33f74ba86ecb558a40b29bb /INSTALL
parentcc0defce869b8f27573071cca80abae59cac2713 (diff)
Recommend document root change after installation to /public_html (#5707)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 7 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index ab29b4f0c..3bdf95a9a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -152,7 +152,9 @@ for even more guidance.
You can also modify the default .htaccess file. This is necessary to
increase the allowed size of file attachments, for example:
- php_value upload_max_filesize 2M
+
+ php_value upload_max_filesize 5M
+ php_value post_max_size 6M
SECURE YOUR INSTALLATION
@@ -175,7 +177,10 @@ NOTE: In Apache 2.4, support for .htaccess files has been disabled by
default. Therefore you first need to enable this in your Apache main or
virtual host config by with:
- AllowOverride all
+ AllowOverride all
+
+It is also recommended to change the document root to <install path>/public_html
+after installation.
UPGRADING