Ver original<IfModule mod_rewrite.c>RewriteCond %{HTTP_HOST} ^dominio.com [NC]RewriteRule ^(.*)$ http://www.dominio.com/$1 [R=301,L]</IfModule>