|
Search:
Advanced search
|
Browse by category:
|
How to prevent hotlinking of your images |
||||
Create a .htaccess file in your public_html directory with the following:
RewriteEngine on RewriteCond % !^$ RewriteCond % !^http://(www.)?domain.com.*$ [NC] RewriteRule .(gif|jpg)$ - [F] Change domain.com to the name of your name. |
||||
Powered by
KBPublisher (Knowledge base software)