.htaccess

Aleksander Machniak machniak at kolabsys.com
Tue Feb 26 17:56:17 CET 2013


 .htaccess |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

New commits:
commit 818db9475d4c02c26981a741827c5ec63bc08f84
Author: Aleksander Machniak <alec at alec.pl>
Date:   Tue Feb 26 17:55:33 2013 +0100

    Add .htaccess file with some PHP defaults required by Roundcube Framework (Bug #1660)

diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..3f76969
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,14 @@
+<IfModule mod_php5.c>
+php_flag	display_errors	Off
+php_flag	log_errors	On
+# php_value	error_log	logs/errors
+
+php_flag	magic_quotes_gpc			Off
+php_flag	magic_quotes_runtime		Off
+php_flag	zend.ze1_compatibility_mode	Off
+php_flag	suhosin.session.encrypt		Off
+php_flag	session.auto_start			Off
+
+php_value	mbstring.func_overload	0
+
+</IfModule>





More information about the commits mailing list