|
How to prevent people from hot linking images off your
website.
PART II
[PART I] [PART II]
To start, open notepad, copy and paste the following code into it. Replace
yoursite.com with your own website address.
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yoursite.com(/)?.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yoursite.com(/)?.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ - [F,NC]
Save this file as .htaccess
Yes, you want to save it EXACTLY as that. You might want to enable
the file extension to be shown if you can not see the file extensions on your
computer.
After you're done with the file, transfer it into your file folder through
ftp. Be sure to transfer it in ascii format. If you
have a image folder for all your images, just drop the file in there, and you're
all set! If you have multiple folders, you will need to transfer it into each
and every one of those folders for it to work.
|
|
Affiliate Biz Technical Terms
|
Are you ready to turn web traffic into revenues?
Before you get your feet wet in this tricky
web affiliate business, make sure you understand the list of affiliate must-know terms!
|
|
|
Featured Tutorials
|
|
How to avoid the Affiliate Program Traps .
How to optimize your forums for better search engines indexing.
How to place PopUp ads to maintain revenue level and reduce the "annoyances".
|
|
|
Affiliate Search
|
|
What affiliate program will be most profitable for you?
Use the search tool to find a list of programs that will accept your website.
|
|
|