This explains a multitude of ways to do 301 permanent redirects. Â http://www.webconfs.com/how-to-redirect-a-webpage.php
Put this code in your .htaccess file and upload to server Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^mastbusiness.com RewriteRule (.*) http://www.mastbusiness.com/$1 [R=301,L] replace mastbusiness.com with your own domain in above code