There should be some setting in your dns entry...since godaddy is forwarding the request...you can call customer support and ask them.
You could also make it work by creating htaccess file and adding...
RewriteEngine On
RewriteCond %{HTTP_HOST} ^site.com
RewriteRule (.*)
http://www.site.com/$1 [R=301,L]