RewriteRule ^tools/kreditnyi\-kalkulyator$ /component/creditcalc/?view=creditcalc&template=tools [L,R=301]
RewriteCond %{HTTP_HOST} ^some\.site\.ru$
RewriteRule ^page1203$ https://ome.site.ru/? [L,R=301]
ErrorDocument 404 /404.html
RewriteCond %{REQUEST_URI} ^/catalog/subcatalog/(.+)$
# если строка начинается с /catalog/subcatalog/product/
RewriteRule ^(.*)$ /%1 [R=301,L]
RewriteCond %{HTTPS} !on
RewriteCond %{REQUEST_URI} !(.*)/index\.html
RewriteRule ^.*$ http://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
RewriteRule ^videos/category/([0-9]{1,})$ /videos/category/1\?page_id=$1 [L,R=301]
RewriteRule ^videos/category/[0-9]{1,}$ /videos/category/1\?page_id=1 [L,R=301]
RewriteCond %{QUERY_STRING} (^|&)id\=(.+)($|&)
RewriteRule ^index\.php$ /%1/? [L,R=301]