/*Включаем ревайты*/RewriteEngine on/*Перекидываем*/RewriteCond %{HTTP_HOST}^www.site.ru$ [NC]RewriteRule ^(.*)$ http://site.ru/ $1 [R=301,L]