View Single Post
Old 2004-08-03, 10:55 AM   #9
finnbear
You can now put whatever you want in this space :)
 
finnbear's Avatar
 
Join Date: Aug 2003
Location: Finland
Posts: 534
Easy. Put this in your image folder:

AuthUserFile /dev/null
AuthGroupFile /dev/null

RewriteEngine On

RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com.* [NC]
RewriteCond %{HTTP_REFERER} !^http://yourdomain.com.* [NC]

RewriteRule /* http://www.whereyouwanttoredirect.com/anypage.html [R,L]

It saves the folder where you put it and every folder inside it.

EDIT: You must save it as .htaccess. Use notepad and write the saving file name as ".htaccess". No .txt or .html or nothing. Then upload. You should see that file in your FTP as .htaccess

EDIT MORE: Hmmm...I'm not good in this. Remember that you must have this " in file name. So write ".htaccess" not .htaccess

EDIT EVEN MORE: Use this .htaccess only in folders that have images and graphics. If you put in folder that have HTML pages you're images and graphics won't show.
__________________
My free porn sites

Last edited by finnbear; 2004-08-03 at 11:02 AM..
finnbear is offline   Reply With Quote