Forum Moderators: phranque
I am working on a modification for Apache::BlockAgent, and I cant seem to get it right. What I want to do is- even though it is set to block a specific agent- let it return robots.txt ok...
I have tried many different variations on this theme:
return OK if $r->uri = "/robots.txt";
Since I can't get it to work, I thought I would ask the experts!
Thanks!
Dave