Forum Moderators: phranque
Any help is appreciated.
My first try created an infinite loop since I watched for this referrer to request a jpg and then served them up the same type of file that they were not allowed. Oops! For others that might read this, always use a different type of file for the 'special' image your going to let the hotlinker see, such as png or jpe.
I also discovered that using [OR] on the last RewriteCond (never correct) caused ANY request for a jpg to be rewritten to the 'special' jpg. Also oops!
Anyhow, thank you for steering me in the right direction.