Файл: masteram_us/down/.htaccess
Строк: 47
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* -
[F]
RewriteRule ^dir/([0-9]+)$ index.php?id=$1 [L,QSA]
RewriteRule
^([0-9]+)$ view.php?id=$1 [L,QSA]
RewriteRule ^-([0-9]+)$ info.php?nk=$1
[L,QSA]
RewriteRule ^foto([0-9]+)$ userfoto.php?usid=$1
[L,QSA]
RewriteRule ^fotos([0-9]+)$ foto/foto_user.php?kto=$1
[L,QSA]
RewriteRule ^blog([0-9]+)$ blogs.php??usid=$1 [L,QSA]
RewriteRule
^fo([0-9]+)$ fo/user.php?usid=$1 [L,QSA]
RewriteRule ^guest([0-9]+)$
usguest.php?usid=$1 [L,QSA]
RewriteRule ^gorod([0-9]+)$
gorod/info.php?nk=$1 [L,QSA]
RewriteRule ^room([0-9]+)$ chat.php?rm=$1
[L,QSA]
RewriteRule ^([a-z0-9]+)$ $1.php [L,QSA]
php_value
register_globals off
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
php_value upload_max_filesize 500M
php_value memory_limit
-1
php_value post_max_size 500M