tuuni 0 Newbie Poster

How to redirect all traffic (to my site's certain htm page.. example: sub.site.com/folder/file.htm) who are not coming directly to my site.

Something like this but this is not correct..

RewriteCond %{HTTP_REFERER} !^http://sub.domain.com
RewriteRule !^$ http://sub.domain.com/folder/file.htm [R=302,L]

How can it be done?