why is the www so important? anyways.. Try this:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^michaelalexandersalon\.com [NC]
RewriteRule ^(.*)$ http://www.michaelalexandersalon.com/$1 [L,R=301]
ErrorDocument 400 /index.php
ErrorDocument 401 /index.php
ErrorDocument 403 /index.php...