diff --git a/livesupport/modules/htmlUI/etc/90_php_livesupport.conf b/livesupport/modules/htmlUI/etc/90_php_livesupport.conf
index b8e44f9d0..423f0276a 100644
--- a/livesupport/modules/htmlUI/etc/90_php_livesupport.conf
+++ b/livesupport/modules/htmlUI/etc/90_php_livesupport.conf
@@ -1,2 +1,3 @@
-php_value upload_max_filesize 32M
+php_value upload_max_filesize 100M
+php_value post_max_size 101M
diff --git a/livesupport/modules/htmlUI/etc/Makefile.in b/livesupport/modules/htmlUI/etc/Makefile.in
index 939f48a35..5b40c8a9c 100644
--- a/livesupport/modules/htmlUI/etc/Makefile.in
+++ b/livesupport/modules/htmlUI/etc/Makefile.in
@@ -155,6 +155,7 @@ install: configure_apache
${CP} ${BASE_DIR}/index.php ${USR_VAR_DIR}/LiveSupport/htmlUI
${CP} ${VAR_DIR}/*.xml ${VAR_DIR}/*.php \
${USR_VAR_DIR}/LiveSupport/htmlUI/var
+ ${CP} ${VAR_DIR}/.htaccess ${USR_VAR_DIR}/LiveSupport/htmlUI/var
${CP} ${VAR_DIR}/html/*.php ${VAR_DIR}/html/*.css \
${USR_VAR_DIR}/LiveSupport/htmlUI/var/html
${CP} ${VAR_DIR}/html/img/*.png ${VAR_DIR}/html/img/*.gif \