RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.abc.com [NC]
RewriteRule ^(.*)$ http://www.edf.com/ [R=301,L]
这里值得注意的是:语句中所有大小写敏感。