| Posted: 02 November 2003 at 6:53pm | IP Logged
|
|
|
I have a site www.TestShoot.com (hence the name) and another few sites I post my photos to frequently to advertise new models. Currently one of the girls I host is being leeched by blogs and other forums I do not want my images shown on, so I created a "NoLeech.gif" to replace the violators.
So how do I add muiltiple domains that have permission to use my images, and heres another kicker: I use an image gallery app that I will want to apply the rewrite to changing the proposed testshoot.com/gallery/model.asp?id=1pic=3 into testshoot.com/gallery/model.asp/1/3 or something similar.
As a newbie to the app I am asking now before I waste time and screw something up.
My thought:
RewriteCond Referer: .+ RewriteCond Referer: (?!http://(www\.)?testshoot\.com).* RewriteRule .*\.(gif|jpg) /noleech.gif [I,L] RewriteCond Referer: .+ RewriteCond Referer: (?!http://(www\.)?APPROVEDFORUM\.com).* RewriteRule .*\.(gif|jpg) /noleech.gif [I,L] RewriteRule (.*?\.asp)(\?[^/]*)?/([^/]*)/([^/]*)(.+?)? $1(?2$2&:\?)$3=$4?5$5: [N,I]
__________________ [::tSc::]
Test Shoot .com
[::tSc::]
|