Yep. Are you sure mod_rewrite and .httaccess is enabled ?
Remove others and add these.
RewriteEngine On
Options +FollowSymLinks
RewriteRule ^test\.html http://www.google.com/? [R=301,L]
Goto http://domain.com/test.html (domain = your domain)
Check whether it redirects to Google.com