source: documentation/trunk/packages/templates/greenstone-monobook/.htaccess@ 30116

Last change on this file since 30116 was 30116, checked in by jmt12, 9 years ago

Doubt this file works with newer Apache2 but I'll put in SVN anyway

File size: 687 bytes
Line 
1#Note: If this file prevents running monobook 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 "^inc_(detail|cite)\.php$">
8 Order Deny,Allow
9 Deny from all
10</FilesMatch>
11<FilesMatch "^(README|README-de|COPYING|ChangeLog|CREDITS|VERSION|style\.ini|template\.info\.txt|detail\.php|main\.php|mediamanager\.php)$">
12 Order Deny,Allow
13 Deny from all
14</FilesMatch>
Note: See TracBrowser for help on using the repository browser.