Jay Strauss wrote:


#<FilesMatch "\.pdf$"> #SetEnvIf Referer "http://152.79.198.7"; local_referrer=1 #Order Allow, Deny #Deny from all #Allow from env=local_referrer #</FilesMatch>


How about something like:

SetEnvIf Referer 152\.79\.198\.7 let_me_in
<FilesMatch "\.pdf$">
        Order Deny,Allow
        Deny from all
        Allow from env=let_me_in
</FilesMatch>

_______________________________________________
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech

Reply via email to