Page is a not externally linkable
LunaC - 12:34 pm on Feb 8, 2013 (gmt 0)
Googlebot is having a bit too much fun in my Piwik folder and I'm not having any luck finding how to block a folder and all the contents inside with x-robots-tag
I tried many variations of this but I either get a 500 error or no error but no change in the headers.
<filesMatch "^thisfolder/">
Header set X-Robots-Tag "noindex"
</filesMatch>
Can someone please show me an example of how to do this?