You can open up notepad or text editor and type in the following code:
RewriteEngine on
rewritecond %{http_host} ^yourwebsite.com [nc]
rewriterule ^(.*)$ http://www.yourwebsite.com/$1 [r=301,nc]
and save the file as .htaccess with the Save as type set to "All Files" Put it in your root directory. If this doesn't work the Rewrite Engine might be turned off on your server.