Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^www.domain\.ru$ [NC] RewriteRule ^(.*)$ http://domain.ru/$1 [R=301,L]
Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^domain\.ru$ [NC] RewriteRule ^(.*)$ http://www.domain.ru/$1 [R=301,L]