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

Размер файла: 510B
Options Includes +ExecCGI
AddType text/x-server-parsed-html .html
AddType application/x-rar-compressed rar
php_flag register_globals off
php_flag display_errors on
php_flag magic_quotes_gpc 0
php_flag magic_quotes_runtime 0
RewriteEngine on
Options +FollowSymlinks
AddDefaultCharset UTF-8

DirectoryIndex index.php

#ErrorDocument 403 /includes/error_pages/403.php
#ErrorDocument 404 /includes/error_pages/404.php

<Files "conf.php">
order allow,deny
deny from all
</Files>
Options -Indexes