Forum Moderators: phranque
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.com [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
(Replace "example.com" with your domain name.)
Do a search for "htaccess redirect" to learn more.
.htaccess is a very useful and important tool in managing a website.