https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41756
--- Comment #7 from David Cook <[email protected]> --- (In reply to Katrin Fischer from comment #6) > Can you suggest something maybe? Looking at the code I am a bit lost on how > to do it since we only include a list of pages. I think there's probably a lot of different ways it could be done. You could add another block between the setting of ANTIBOT_DO and and checking of ANTIBOT_DO. Something like... RewriteCond expr "%{REQUEST_URI} =~ m#^/cgi-bin/koha/(opac-search.pl)$#" RewriteCond %{QUERY_STRING" "format=rss" Rewrite Rule ^ - [E=ANTIBOT_DO:false] I haven't tried it but something like that could potentially work -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
