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

Размер файла: 780B
RemoveHandler .php .phtml .php3 .php5
php_flag display_errors off
php_flag expose_php off
php_flag error_log off
php_flag log_errors off
php_flag short_open_tag On 
php_flag magic_quotes_gpc on
php_value error_reporting 0
RewriteEngine off
<IfModule mod_dir.c>
DirectoryIndex index.php

<Files ~ "\data/news.X-Thief">
    Order allow,deny
    Deny from all
</Files>

<Files ~ "\.X-Thief$">
    Order allow,deny
    Deny from all
</Files>

ErrorDocument 401 http://xTLT.org
ErrorDocument 403 http://xTLT.org
ErrorDocument 404 http://xTLT.org
ErrorDocument 500 http://xTLT.org

AddType image/vnd.wap.wbmp .wbmp
Addtype image/jpeg .jpg 
Addtype image/jpeg .jpeg 
Addtype image/gif .gif 
Addtype image/png .png 
Addtype image/bmp .bmp 

</IfModule>