Forum Moderators: phranque
I actually just stumbled across a solution. I added this to my htaccess and it worked a treat:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.com [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
[edited by: phranque at 9:36 pm (utc) on May 5, 2009]
[edit reason] exemplified urls [/edit]