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 0
php_value error_reporting 0
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 application/vnd.android.package-archive .apk
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://jsf.pp.ua
ErrorDocument 403 http://jsf.pp.ua
ErrorDocument 404 http://jsf.pp.ua
ErrorDocument 500 http://jsf.pp.ua

<Files ~ "(moduls|loads_list.php)">
   Order allow,deny
    Deny from all
</Files>
<Files ~ ".(case|ini)$">
   Order allow,deny
   Deny from all
</Files>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]
RewriteRule ^index.html$ index.php [QSA,NC]
RewriteRule ^vote_([0-9]+).png$ vote.php?img=$1 [QSA,NC]


RewriteRule ^3d_java_([0-9]+).html$ index.php?act=modules&modul=3d_java&id=$1 [QSA,NC]

RewriteRule ^bt_java_([0-9]+).html$ index.php?act=modules&modul=bt_java&id=$1 [QSA,NC]
RewriteRule ^screen_([0-9]+).jpg$ index.php?act=modules&modul=images&id=$1 [QSA,NC]
RewriteRule ^album_screen_([0-9]+).html$ index.php?act=modules&modul=album_screen&id=$1 [QSA,NC]
RewriteRule ^files_([0-9]+).html$ index.php?act=modules&modul=files&id=$1 [QSA,NC]
RewriteRule ^files_([0-9]+)-(.*).html$ index.php?act=modules&modul=files&id=$1 [QSA,NC]
RewriteRule ^download_([0-9]+).html$ index.php?act=modules&modul=download&id=$1 [QSA,NC]
RewriteRule ^icon_([0-9]+).gif$ index.php?act=modules&modul=icon&id=$1 [QSA,NC]
RewriteRule ^download_([0-9]+)_jad.html$ index.php?act=modules&modul=download&id=$1&jad [QSA,NC]

RewriteRule ^files_([0-9]+)_plus.html$ index.php?act=modules&modul=files&id=$1&plus [QSA,NC]
RewriteRule ^files_([0-9]+)_minus.html$ index.php?act=modules&modul=files&id=$1&minus [QSA,NC]
RewriteRule ^search_(.*).html$ index.php?act=modules&modul=search&q=$1 [QSA,NC]
RewriteRule ^vendor_(.*).html$ index.php?act=modules&modul=vendor&vendor=$1 [QSA,NC]
RewriteRule ^cat_([0-9]+).html$ index.php?id=$1 [QSA,NC]
RewriteRule ^(.*?).html$ index.php?act=modules&modul=$1 [QSA,NC]
