1#Note: If this file prevents running mnml-blog in your environment, simply delete
2#      it. Everything should be safe even if the files blocked by the following
3#      Apache rules are accessible.
4#      The reason for protecting these files is to to keep searchengines/foo
5#      away from indexing files containing version information, names and/or not
6#      necessarily public template parts by default.
7<FilesMatch "^(boxes\.php|tracker\.php)$">
8  Order Deny,Allow
9  Deny from all
10</FilesMatch>
11