Файл: .htaccess
Строк: 34
AddType image/jpeg .jpeg .jpg .jpe
AddType image/gif .gif
AddType image/png
.png
AddType image/x-icon .ico
#php_value error_reporting 32767
php_flag
display_errors Off
php_flag html_errors Off
php_flag log_errors
Off
php_flag ignore_repeated_errors Off
php_flag ignore_repeated_source
Off
php_flag engine On
php_flag expose_php On
php_flag magic_quotes_gpc
Off
php_flag magic_quotes_runtime Off
php_flag magic_quotes_sybase
Off
php_flag safe_mode Off
php_flag safe_mode_gid Off
php_flag
safe_mode_include_dir Off
php_flag short_open_tag Off
php_flag asp_tags
Off
php_flag zlib.output_compression Off
php_flag output_buffering
Off
php_flag allow_url_fopen On
php_flag allow_url_include Off
php_flag
register_globals Off
php_flag register_argc_argv Off
php_flag
register_long_arrays Off
php_flag auto_globals_jit On
php_flag
session.auto_start Off
php_flag session.use_only_cookies Off
php_value
default_mimetype text/html
php_value default_charset
UTF-8
AddDefaultCharset UTF-8
DirectoryIndex index.php
Options -ExecCGI
-Includes -Indexes +FollowSymLinks
<Limit GET POST>
Order
allow,deny
Allow from all
</Limit>
FileETag MTime Size
<IfModule
mod_expires.c>
<FilesMatch
".(ico|jpeg|jpg|jpe|gif|png|bmp|wbmp|css|js)$">
ExpiresActive
on
ExpiresDefault "access plus 1
month"
</FilesMatch>
</IfModule>