i made this htaccess code but the third line that is supposed to exempt the 'boost' from the hot linking stoppage actually prevents all images in the site from displaying.
Code:
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?localhost/urban/.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?localhost/boost/.*$ [NC]
RewriteRule \.(gif|jpg|bmp|png)$ - [F]