טוב זה אמור לעבוד, זה עובד אצלי באתר. חשוב לזכור שזה צריך להיות מעל הכל בקוב htaccess
קוד:
### REWRITES ###
Options +FollowSymLinks
RewriteEngine on
### Rewrite subdomain to full domain ###
RewriteCond %{HTTP_HOST} !^www.phpfreaks.co.il [NC]
RewriteRule ^(.*)$ http://www.phpfreaks.co.il/$1 [R=301,L]