Файл: l2ps_v5/.htaccess
Строк: 98
AddType text/vnd.wap.wml;charset=utf-8 .wml
AddType
application/vnd.sonyericsson.mms-template tpl
AddType
application/vnd.wap.wmlc .wmlc
AddType text/vnd.wap.wmlscript .wmls
AddType
application/vnd.wap.wmlscriptc .wmlsc
AddType image/vnd.wap.wbmp
.wbmp
AddType application/vnd.mophun.application .mpn
AddType
application/vnd.mophun.certificate .mpc
addtype text/x-vmel .mel
addtype
audio/imelody .imy
AddType application/vnd.smaf .mmf
addtype text/x-vmel
.emy
AddType audio/amr .amr
AddType audio/x-wav .wav
Addtype image/jpeg
.jpg
Addtype image/jpeg .jpeg
Addtype image/gif .gif
Addtype image/png
.png
Addtype image/bmp .bmp
Addtype text/x-imelody .imy
Addtype
text/x-emelody .emy
Addtype audio/wav .wav
Addtype audio/midi .midi
Addtype
audio/midi .mid
Addtype audio/rmf .rmf
AddType video/mp4 .mp4
AddType
video/3gpp .3gp
AddDefaultCharset UTF-8
AddType
text/sun.j2me.app-descriptor .jad
AddType application/java-archive
.jar
AddType text/vnd.sun.j2me.app-descriptor;charset=UTF-8 .jad
AddType
application/vnd.symbian.install sis
AddType application/vnd.symbian.install
sisx
AddType application/vnd.eri.thm .thm
php_value date.timezone
"Europe/Moscow"
<ifModule mod_gzip.c>
mod_gzip_on
Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file
.(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler
^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime
^application/x-javascript.*
mod_gzip_item_exclude mime
^image/.*
mod_gzip_item_exclude rspheader
^Content-Encoding:.*gzip.*
</ifModule>
IndexIgnore *.php
Options
-Indexes
# Кодировка по умолчанию
php_value
default_charset UTF-8
# ставим MIME тип по
умолчанию
php_value default_mimetype text/html
# Отладка
#
Отображение ошибок и предупреждений PHP
#
На боевом сервере лучше отключать, чтобы
не дать потенциальному хакеру лишней
информации
php_flag display_errors Off
php_flag log_errors Off
#
Автоматическое подставление
идентификатора сессии к ссылкам
php_value
session.use_trans_sid 1
php_value error_reporting 1
# Глобальные
переменные
# ОБЯЗАТЕЛЬНО
ВЫКЛЮЧЕННЫЕ
php_value register_globals 1
#
"магические" кавычки, желательно
отключить
php_flag mаgiс_quоtes_runtime 0
php_flag
mаgiс_quоtes_sybаse 0
php_value session.use_cookies 1
#
Разделитель переменных в URI
# php_value
arg_separator.output "&"
# кеширование в
браузере на стороне пользователя
#
<IfModule mod_expires.c>
# ExpiresActive On
# ExpiresDefault
"access 7 days"
# ExpiresByType application/javascript
"access plus 1 year"
# ExpiresByType text/javascript "access
plus 1 year"
# ExpiresByType text/css "access plus 1 year"
#
ExpiresByType text/html "access plus 7 day"
# ExpiresByType
text/x-javascript "access 1 year"
# ExpiresByType image/gif
"access plus 1 year"
# ExpiresByType image/jpeg "access plus
1 year"
# ExpiresByType image/png "access plus 1 year"
#
ExpiresByType image/jpg "access plus 1 year"
# ExpiresByType
image/x-icon "access 1 year"
# ExpiresByType
application/x-shockwave-flash "access 1 year"
#
</IfModule>
# Cache-Control
#<ifModule mod_headers.c>
# 30
дней
# <filesMatch
"\.(ico|pdf|flv|jpg|jpeg|png|gif|swf)$">
# Header set
Cache-Control "max-age=2592000, public"
# </filesMatch>
#
30 дней
# <filesMatch "\.(css|js)$">
# Header set
Cache-Control "max-age=2592000, public"
# </filesMatch>
# 2
дня
# <filesMatch "\.(xml|txt)$">
# Header set
Cache-Control "max-age=172800, public, must-revalidate"
#
</filesMatch>
# 1 день
# <filesMatch
"\.(html|htm|php)$">
# Header set Cache-Control
"max-age=172800, private, must-revalidate"
#
</filesMatch>
# </ifModule>
# использование
кеша браузеров
# FileETag MTime Size
# <ifmodule
mod_expires.c>
# <filesmatch
".(jpg|jpeg|gif|png|ico|css|js)$">
# ExpiresActive on
#
ExpiresDefault "access plus 1 year"
# </filesmatch>
#
</ifmodule>
# Запрет отдачи HTTP-заголовков
Vary браузерам семейства MSIE
# <IfModule
mod_setenvif.c>
# BrowserMatch "MSIE" force-no-vary
#
BrowserMatch "Mozilla/4.[0-9]{2}" force-no-vary
#
</IfModule>
# Если вы не хотите видеть на
своем сайте пользователей с конкретного
домена, то вы можете запретить им доступ.
Например, пользователей с нежелательных
ресурсов #(сайты для взрослых, хакерские
сайты и т. д.) вы можете перенаправлять на
страницу 403 Forbidden. Для этого необходимо
включить mod_rewrite
# <IfModule mod_rewrite.c>
#
RewriteEngine on
# RewriteCond %{HTTP_REFERER} masteram.us [NC,OR]
#
RewriteCond %{HTTP_REFERER} bannedurl2.com [NC,OR]
# RewriteRule .* - [F]
#
</ifModule>
AddDefaultCharset utf-8
DirectoryIndex
index.php
ErrorDocument 404 http://l2pirates.ru/error.php
ErrorDocument 401
http://l2pirates.ru/error.php
ErrorDocument 403
http://l2pirates.ru/error.php
ErrorDocument 500
http://l2pirates.ru/error.php
IndexIgnore *.php
Options -Indexes
php_value
magic_quotes_gpc 0
RewriteEngine On
<Files 403.shtml>
order
allow,deny
allow from all
</Files>