.htaccess home configuration

Try this:

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