DirectoryIndex index.php
AddDefaultCharset Off

<IfModule mod_rewrite.c>
	RewriteEngine Off
</IfModule>

<IfModule mod_php4.c> 
	php_flag session.use_trans_sid off 
	php_value register_globals off
	php_value mbstring.func_overload 0
</IfModule>

<IfModule mod_php5.c> 
	php_flag session.use_trans_sid off 
	php_value register_globals off
	php_value mbstring.func_overload 0
</IfModule>

<IfModule mod_security.c>
	SecFilterCheckURLEncoding Off
</IfModule>

