summaryrefslogtreecommitdiffstats
path: root/.htaccess
blob: 72a96e064486902fae67c8b9fc6c352e380f2cac (plain)
1
2
3
4
# Don't allow people to retrieve non-cgi executable files or our private data
<FilesMatch ^(.*\.pm|.*\.pl|.*localconfig.*)$>
  deny from all
</FilesMatch>