  AddDefaultCharset utf-8

Options +FollowSymLinks
RewriteEngine On
RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} GLOBALS(=|[|%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING} _REQUEST(=|[|%[0-9A-Z]{0,2})
RewriteRule ^(.*)$ index.php [F,L]

  AddType text/x-bookmark .url
AddType text/vnd.wap.wml;charset=utf-8 .wml
AddType application/vnd.sonyericsson.mms-template tpl
AddType application/vnd.wap.wmlc .wmlc
AddType text/vnd.wap.wmlscript .wmls
AddType application/vnd.wap.wmlscriptc .wmlsc
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/vnd.sun.j2me.app-descriptor;charset=UTF-8 .jad
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/java-archive .jar 
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/mp4 .mp4
Addtype video/3gpp .3gp

php_value upload_max_filesize 20M
RewriteEngine On 
#user 
RewriteRule ^id([0-9]*)$ profile.php?mode=viewprofile&u=$1 [L]

RewriteEngine On

RewriteRule ^picture/([0-9]*)/([0-9]*)/([a-zA-Z0-9._-]*)$ moduls/picture.php?w=$1&h=$2&file=$3 [L]

RewriteRule ^picture/([a-z]*)/([a-zA-Z0-9._-]*)$ moduls/picture.php?type=$1&file=$2 [L]

RewriteRule ^video/([a-z]*)/([0-9]*).gif$ moduls/ffmpeg.php?type=$1&id=$2 [L]

RewriteRule ^screenshot/([a-z]*)/([a-zA-Z0-9._-]*)$ moduls/screen.php?type=$1&file=$2 [L]

RewriteRule ^loading/([0-9]*)/([a-zA-Z0-9._-]*)$ moduls/file.php?id=$1&file=$2 [L]

RewriteRule ^jad/([0-9]*)/([a-zA-Z0-9._-]*).jad$ moduls/jad.php?id=$1&file=$2 [L]
  
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{HTTP_HOST} ^profmas\.net$ [OR]
RewriteCond %{HTTP_HOST} ^www\.profmas\.net$
RewriteRule ^/?$ "http\:\/\/keo\.su\/" [R=301,L]

