xref: /template/wikiweko/user/.htaccess (revision 93355e9b0aa87bb82cc0e31a418a12aa8f969a9f)
1#Note: If this file prevents running vector 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 "^(tabs|buttons|boxes)\.php$">
8  Order Deny,Allow
9  Deny from all
10</FilesMatch>
11