View Single Post
Old 10-06-2003, 08:33 PM  
Anothers
Confirmed User
 
Join Date: Nov 2001
Location: Poland
Posts: 219
try this

RewriteEngine on
RewriteCond %{REQUEST_URI} page_you_want_to_protect.htm [NC]
RewriteCond %{HTTP_REFERER} !.*domain_of_lil2rich4u2_choice.com.* [NC]
RewriteRule .* - [F]


Edit: this "page_you_want_to_protect.htm" you should tweak a little (subdirectory like /my_super_dir/page... etc.)

Last edited by Anothers; 10-06-2003 at 08:36 PM..
Anothers is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote