Here is the sample found in numerous posts
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yatko.com[NC]
RewriteRule ^(.*)$ http://www.yatko.com/$1 [R=301,L]
*wanted to rewrite the main domain only leaving the addon/parked domains unaffected - the sample above does not work for some reason.