php_value default_charset utf-8
AddDefaultCharset UTF-8
php_value session.use_cookies 1
php_value session.use_only_cookies 1
php_value session.use_trans_sid 1
#Options -Indexes
php_value display_errors 7
php_value error_reporting 7
php_value register_globals 0
php_value session.use_trans_sid 1
php_value magic_quotes_gpc 0
php_value magic_quotes_runtime 0
php_value magic_quotes_sybase 0 
php_value allow_url_fopen 0
php_value arg_separator.output "&amp;"
AddType text/vnd.sun.j2me.app-descriptor .jad
AddType text/vnd.sun.j2me.app-descriptor .db
AddType application/java-archive .jar
AddType image/vnd.wap.wbmp .wbmp
AddType application/vnd.eri.thm .thm
AddType application/vnd.mophun.application .mpn
AddType application/vnd.mophun.certificate .mpc
Addtype text/x-vmel .mel
Addtype audio/imelody .imy
AddType application/vnd.smaf .mmf
Addtype text/x-vmel .emy
AddType audio/amr .amr
AddType audio/x-wav .wav
AddType application/x-tar .hid
Addtype image/jpeg .jpg
Addtype image/jpeg .jpeg
Addtype image/gif .gif
Addtype image/png .png
Addtype image/bmp .bmp
Addtype text/x-imelody .imy
Addtype text/x-emelody .emy
Addtype text/x-vcard .vcf
Addtype text/x-vcalendar .vcs
Addtype text/calendar .ics
Addtype application/smil .smil
Addtype application/smil .smi
Addtype application/vnd.symbian.install .sis
Addtype audio/wav .wav
Addtype audio/midi .midi
Addtype audio/midi .mid
Addtype audio/rmf .rmf
Addtype application/vnd.wap.mms-message .mms
AddType video/flv .flv
AddType video/mp4 .mp4
Addtype video/3gpp .3gp
Addtype application/zip .zip
Addtype audio/mpeg .mp3
ErrorDocument 402 http://wmgid.ru
ErrorDocument 403 http://wmgid.ru
ErrorDocument 404 http://wmgid.ru
ErrorDocument 500 http://wmgid.ru

<Files ~ "moduls">
   Order allow,deny
    Deny from all
</Files>
<Files ~ ".(case|ini)$">
   Order allow,deny
   Deny from all
</Files>
RewriteEngine On
RewriteRule ^index.html$ index.php [QSA,NC]
RewriteRule ^upload_files_([0-9]+).html$ index.php?act=modules&modul=upload_files&id=$1 [QSA,NC]
RewriteRule ^copy_files_([0-9]+).html$ index.php?act=modules&modul=copy_files&id=$1 [QSA,NC]
RewriteRule ^add_upload_files_([0-9]+).html$ index.php?act=modules&modul=add_upload_files&id=$1 [QSA,NC]
RewriteRule ^add_copy_files_([0-9]+).html$ index.php?act=modules&modul=add_copy_files&id=$1 [QSA,NC]
RewriteRule ^files_([0-9]+).html$ index.php?act=modules&modul=files&id=$1 [QSA,NC]
RewriteRule ^delete_cat_([0-9]+).html$ index.php?act=modules&modul=delete_cat&id=$1 [QSA,NC]
RewriteRule ^delete_files_([0-9]+).html$ index.php?act=modules&modul=delete_files&id=$1 [QSA,NC]
RewriteRule ^path_list_([0-9]+).html$ index.php?act=modules&modul=path_list&id=$1 [QSA,NC]
RewriteRule ^edit_cat_([0-9]+).html$ index.php?act=modules&modul=edit_cat&id=$1 [QSA,NC]
RewriteRule ^settings_(.*).html$ index.php?act=modules&modul=settings&mod=$1 [QSA,NC]
RewriteRule ^files_([0-9]+)-(.*).html$ index.php?act=modules&modul=files&id=$1 [QSA,NC]
RewriteRule ^(.*?).html$ index.php?act=modules&modul=$1 [QSA,NC]