https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33317 --- Comment #30 from Michał <schodkowy.omegi-0r@icloud.com> --- Hmm, I think for your use-case it might be the best to set the robots configuration as a header, by adding something like this to Apache config:
Header set X-Robots-Tag "noindex, nofollow"
This way there's no need to modify all Koha templates, and I think it's better off there, as custom ways of hiding a test system, I think, would technically belong to a web server configuration on a layer above Koha, independent of its specific configuration (for example if it's a test system, someone might re-setup Koha and forget to set that setting up again etc. too). Alternatively, `OPACPublic` preference might be an alternative, although it won't really *fully* hide it, it would do the job for the most part at least too. -- You are receiving this mail because: You are watching all bug changes.