AddDefaultCharset UTF-8
RewriteEngine on
RewriteCond
%{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule
^(.*)$ index.php?url=$1 [L,QSA]
php_value error_reporting 0
php_flag
display_errors 0
php_value error_reporting 0
php_value register_globals
0
php_flag session.use_trans_sid off
php_value magic_quotes_gpc 0
php_value
magic_quotes_runtime 0
php_value magic_quotes_sybase 0
php_value
allow_url_fopen 0