I\'m using Apache and I have a sample web folder on my Local Host, like:
http://localhost/test/
Files in th
RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://(www\.)?localhost.*$ [NC] RewriteCond %{REQUEST_URI} !^http://(www\.)?localhost/(.*)\.(gif|jpg|png|jpeg|mp4)$ [NC] RewriteRule . - [F]