# egroupware/.htaccess
#
# ::copy::
# ::maintainer::
#
php_value memory_limit		::egroupware.php_memory_limit::
php_value max_execution_time	::egroupware.php_max_execution_time::
php_value upload_max_filesize	::egroupware.php_post_max_size::
php_flag display_errors		Off

# original settings below

# Set 
#
# AllowOverride FileInfo
# 
# to enable parsing off this file
#
php_flag register_globals Off
php_flag magic_quotes_gpc Off
php_flag magic_quotes_runtime Off
# session handling: now the check for expired sessions is done on every 10th session creation
php_flag session.use_trans_sid Off
php_value session.gc_probability 1
php_value session.gc_divisor 10
# multibyte extension: needed for utf-8
php_value mbstring.func_overload 7
