Home >> Knowledge Base 
Search:     Advanced search
Browse by category:



How to prevent hotlinking of your images

Add comment
Views: 318
Votes: 0
Comments: 0
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.
Others in this Category
document Where can I find more help on the control panel?
document Change pop3 email account password
document Enabling php 5 on your domain
document How to show the files in a directory without a index page
document Custom Error Pages