I\'m using Apache and I have a sample web folder on my Local Host, like:
http://localhost/test/
Files in th
When I used it on my Webserver, can I only rename local host, like this:
RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.com [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.com.*$ [NC] RewriteRule \.(gif|jpg)$ - [F]