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

Размер файла: 877B
<Files ~ "\.log$|\.dat$">
   Order allow,deny
   Deny from all
</Files>

AddType image/jpeg .jpg
AddType image/jpeg .jpeg
Addtype image/gif .gif
Addtype image/png .png

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

ErrorDocument 400 /forum/other/error.php?error=400
ErrorDocument 401 /forum/other/error.php?error=401
ErrorDocument 402 /forum/other/error.php?error=402
ErrorDocument 403 /forum/other/error.php?error=403
ErrorDocument 404 /forum/other/error.php?error=404

AddDefaultCharset UTF-8