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

Размер файла: 650B
AddDefaultCharset UTF-8

RewriteEngine on

# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# otherwise forward it to index.php
RewriteRule . index.php

Addtype application/zip .zip
Addtype application/x-rar-compressed .rar
AddType application/x-tar .hid

Addtype application/java-archive .jar 
Addtype application/vnd.symbian.install .sis
Addtype application/octet-stream .exe

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

AddType video/mp4 .mp4
Addtype video/3gpp .3gp