Файл: .htaccess
Строк: 31
<IfModule mod_rewrite.c>
php_flag display_errors
off
adddefaultcharset utf-8
Options +FollowSymLinks
RewriteEngine
on
RewriteCond %{HTTP_HOST} ^www.skachat-mp3.download$ [NC]
Rewriterule
^(.*)$ http://skachat-mp3.download/$1 [R=301,L]
RewriteCond
%{THE_REQUEST} //
RewriteRule .* /$0 [R=301,L]
RewriteRule
^feedback/(/?)+$ index.php?q=feedback [QSA,L]
RewriteRule
^disclaimer/(/?)+$ index.php?q=disclaimer [QSA,L]
RewriteRule
^скачать-музыку-с-вконтакте-vk-com/(/?)+$
index.php?q=vk [QSA,L]
RewriteRule ^genre/([^/]*)/(/?)+$ index.php?q=$1
[QSA,L]
RewriteRule ^song/([^/]*)/([^/]*)/(/?)+$ index.php?a=$1&s=$2
[QSA,L]
RewriteRule ^скачать-мп3/([^/]*)/([^/]*)/(/?)+$
index.php?a=$1&s=$2 [QSA,L]
RewriteRule ^search/([^/]*)/(/?)+$
index.php?q=$1 [QSA,L]
RewriteRule ^search/([^/]*)/([^/]*)/(/?)+$
index.php?q=$1&p=$2 [QSA,L]
ErrorDocument 404
/404.php
</IfModule>
<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 1
day"
ExpiresByType audio/mp3 "access plus 1
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>
<ifModule
mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain
text/xml application/xml application/xhtml+xml text/css text/javascript
application/javascript application/x-javascript
audio/mp3
</ifModule>