Файл: 3020.ru/Script/.htaccess
Строк: 106
#Устанавливаем кодировку
AddDefaultCharset
UTF-8
#Отключаем вывод ошибок
php_value
error_reporting "E_ALL & ~E_NOTICE"
#Московское
время
php_value date.timezone
"Europe/Moscow"
#Главная страница
DirectoryIndex
index.php
#Mod Rewrite
RewriteEngine On
RewriteRule
^addFiles/([a-zA-Z0-9_-]+)$ autocomplete.php?key=$1 [L,QSA]
RewriteRule
^([a-zA-Z0-9_-]+)/$ index.php?func=category&translit=$1
[L,QSA]
RewriteRule ^watch/([a-zA-Z0-9_-]+).html$
index.php?func=video&translit=$1 [L,QSA]
RewriteRule ^download/(.*).mp4
index.php?func=download&translit=$1 [L,QSA]
RewriteRule ^view_(.*)$
index.php?func=view&video=$1 [L,QSA]
RewriteRule ^deletion_(.*).html$
index.php?func=deletion&id=$1 [L,QSA]
RewriteRule ^editing_(.*).html$
index.php?func=editing&id=$1 [L,QSA]
RewriteRule ^search_(.*)$
index.php?func=search&i=$1 [L,QSA]
RewriteRule ^tag/(.*)$
index.php?func=search&i=$1 [L,QSA]
RewriteRule ^advertising.html?$
index.php?func=advertising [L,QSA]
RewriteRule ^online.html?$
index.php?func=online [L,QSA]
RewriteRule ^category.html?$
index.php?func=category_screen [L,QSA]
RewriteRule ^sitemap.html?$
index.php?func=sitemap [L,QSA]
RewriteRule ^control.html?$ control.php
[L,QSA]
RewriteRule ^favorites?$ index.php?func=favorites
[L,QSA]
RewriteRule ^Success.html?$ index.php?func=advertising&Success
[L,QSA]
RewriteRule ^Error.html?$ index.php?func=advertising&Error
[L,QSA]
RewriteRule ^top.html?$ index.php?func=video_top
[L,QSA]
RewriteRule ^new.html?$ index.php?func=video_new
[L,QSA]
#RewriteCond %{SERVER_PORT} !^443$
#RewriteRule .*
https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
#RewriteCond %{HTTP_HOST}
^www.sexbig.info$ [NC]
#RewriteRule ^(.*)$ https://erocms.ru/$1
[R=301,L]
RewriteCond %{THE_REQUEST} /(.*)index.php.*$
RewriteRule .* /%1
[R=301,L]
<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
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>
<ifModule
mod_headers.c>
#кэшировать html и htm файлы на
один день
<FilesMatch "\.(html|htm)$">
Header set Cache-Control "max-age=43200"
</FilesMatch>
#кэшировать css, javascript и текстовые файлы
на одну неделю
<FilesMatch
"\.(js|css|txt)$">
Header set Cache-Control
"max-age=604800"
</FilesMatch>
#кэшировать флэш и изображения на месяц
<FilesMatch "\.(flv|swf|ico|gif|jpg|jpeg|png)$">
Header set Cache-Control "max-age=2592000"
</FilesMatch>
#отключить кэширование
<FilesMatch "\.(pl|php|cgi|spl|scgi|fcgi)$">
Header
unset Cache-Control
</FilesMatch>
</IfModule>
<ifModule
mod_expires.c>
ExpiresActive On
#по умолчанию кеш
в 5 секунд
ExpiresDefault "access plus 5 seconds"
#кэшировать флэш и изображения на месяц
ExpiresByType image/x-icon "access plus 2592000 seconds"
ExpiresByType image/jpeg "access plus 2592000 seconds"
ExpiresByType image/png "access plus 2592000 seconds"
ExpiresByType image/gif "access plus 2592000 seconds"
ExpiresByType application/x-shockwave-flash "access plus 2592000
seconds"
#кэшировать css, javascript и
текстовые файлы на одну неделю
ExpiresByType
text/css "access plus 604800 seconds"
ExpiresByType
text/javascript "access plus 604800 seconds"
ExpiresByType
application/javascript "access plus 604800 seconds"
ExpiresByType application/x-javascript "access plus 604800
seconds"
#кэшировать html и htm файлы на
один день
ExpiresByType text/html "access plus 43200
seconds"
#кэшировать xml файлы на десять
минут
ExpiresByType application/xhtml+xml "access plus 600
seconds"
</ifModule>
ErrorDocument 404 /index.php?error