View file .htaccess

File size: 190B
DirectoryIndex index.php
ErrorDocument 404 http://chat/?not_found
php_value magic_quotes_gpc off

<Files ~ "\.txt$|\.dat$|\.htaccess$">
    Order allow,deny
    Deny from all
</Files>