Forum Moderators: phranque
This must also work for pages within the site such as mydomainexample.com/site/it/exam/ should go to www.mydomainexample.com/site/it/exam/
Thanks ahead of time
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example\.com$
RewriteRule ^(.*)$ [example.com...] [R=301,L]
You need mod_rewrite enabled, of course.