Front Page and hot linking

Q

QDblue2000

I am currently running Front page 2002 and I host my site on a serve
that is running Lunix Red hat 7. I have a big problem with users ho
linking my site and stealing my bandwidth. My hosting company told me
need to edit my .htaccess with the following code

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} #!^http://(www\.)?myspace.com/.*$ [NC]
RewriteRule \.(gif|jpg)$ - [F]

However I can't edit my .htaccess file because then my front page doe
not work. Is there a way to prevent hot linking through my front pag
so I can stop going over my monthly bandwidth?

Thank
 
Top