#SecFilterEngine Off

<IfModule mod_rewrite.c>
  RewriteEngine on
  Options +FollowSymlinks
  Options -MultiViews

#Shop-Vesy Redirects
RewriteCond %{HTTP_HOST} ^shop-vesy.ru$ [OR]
RewriteCond %{HTTP_HOST} ^www.shop-vesy.ru$
RewriteRule ^(.*)$ demo/sv_zagl/index.html [L]


#Redirect for strange subdomain on fokgroup
RewriteCond %{HTTP_HOST} ^precedents.fokgroup.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.precedents.fokgroup.com$
RewriteRule ^/?$ "http\:\/\/fokgroup\.com" [R=301,L]

#Autolab Redirects
RewriteCond %{HTTP_HOST} ^magicauto.ru$ [OR]
RewriteCond %{HTTP_HOST} ^www.magicauto.ru$
RewriteRule ^dvd_tv.html$ "http\:\/\/magicauto\.ru\/multimedia\.html" [R=301,L]

RewriteCond %{HTTP_HOST} ^magicauto.ru$ [OR]
RewriteCond %{HTTP_HOST} ^www.magicauto.ru$
RewriteRule ^music.html$ "http\:\/\/magicauto\.ru\/multimedia\.html" [R=301,L]


#FokGroup Redirects
RewriteCond %{HTTP_HOST} ^fokgroup.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.fokgroup.com$
RewriteRule ^how_we_work.html$ "http\:\/\/fokgroup\.com\/services\/internet-marketing\.html" [R=301,L]

RewriteCond %{HTTP_HOST} ^fokgroup.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.fokgroup.com$
RewriteRule ^index.html$ "http\:\/\/fokgroup\.com\/" [R=301,L]



#Standard rules of FokCMS
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^blog/(.*)$ blog/$1 [L]
  RewriteRule ^images/(.*)$ image.php?s=$1 [L]
  RewriteRule ^robots.txt$ robots.php [L]
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ index.php
</IfModule>
