mode_rewriteで特定のページのみリダイレクト

#RewriteCond %{REQUEST_URI} !=/hoge.html
RewriteRule .* http://hoge.com%{REQUEST_URI} [R=301,L]