You can do this adding the following rewrite rules in your .htaccess file in the public_html directory or if you have addon domains in the .htaccess file in your addon domain directory:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mydomain.com$
RewriteRule ^(.*)$ http://www.mydomain.com/$1 [R=301,L]
You can find resources and usefull information about rewrite rules at http://forum.modrewrite.com/