From 045cc38ebee9d86828eb43604758d6bb8cb72eaa Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 21 Apr 2017 10:17:32 +0200 Subject: [PATCH] Recommend document root change after installation to /public_html (#5707) --- INSTALL | 9 +++++++-- 1 file 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 /public_html +after installation. UPGRADING