Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} robots.txt$ [NC]
RewriteRule ^([^/]+) $1 [L]

RewriteCond %{HTTP_HOST} ^tm35\.ru
RewriteRule ^(.*)$ http://tehnomarkt.com/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^www.tm35\.ru
RewriteRule ^(.*)$ http://tehnomarkt.com/$1 [R=301,L]