Просмотр файла loads/.htaccess

Размер файла: 1.76Kb
php_flag register_globals Off
php_flag display_errors Off
php_flag error_reporting 0
php_flag log_error Off

php_value upload_max_filesize 50M
php_value post_max_size 50m


# MIME-типы
AddType image/jpeg .jpg
AddType image/jpeg .jpe
AddType image/jpeg .jpeg
Addtype image/gif .gif
Addtype image/png .png
AddType image/vnd.wap.wmbp .wbmp
AddType image/x-bmp .bmp
AddType image/x-epoc-mbm .mbm

AddType application/x-compressed .zip
AddType application/x-zip-compressed .zip
AddType application/zip .zip
AddType multipart/x-zip .zip
AddType application/zip .7z
AddType application/x-rar .rar
AddType text/plain .txt

AddType text/sun.j2me.app-descriptor .jad
AddType text/vnd.sun.j2me.app-descriptor;charset=UTF-8 .jad
AddType application/java-archive .jar
AddType application/cab-archive .cab
AddType application/tsk-archive .tsk
AddType application/vnd.eri.thm .thm
AddType archive/vnh.nth .nth
AddType application/vnd.symbian.install .sis
AddType application/vnd.symbian.install .sisx

AddType audio/mpeg .mp3
AddType audio/amr .amr
AddType audio/mp3 .mp3
AddType audio/mpeg .mp3
AddType audio/mpeg3 .mp3
AddType audio/mpg .mp3
AddType audio/x-mpeg .mp3
AddType audio/x-mpeg-3 .mp3
AddType audio/mpg .mp4
AddType audio/wav .wav
AddType application/x-wav .wav

AddType video/3gpp .3gp
AddType video/mp4 .mp4
AddType video/quicktime .avi
AddType application/x-troff-msvideo .avi
AddType video/avi .avi
AddType video/x-msvideo .avi
AddType video/quicktime .moov
AddType video/quicktime .mov
AddType video/x-sgi-movie .movie
AddType video/mpeg .mpeg
################################################


ErrorDocument 400 /loads/?error=400
ErrorDocument 403 /loads/?error=403
ErrorDocument 404 /loads/?error=404



AddDefaultCharset UTF-8