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 "^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> 15