diff options
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Don't allow people to retrieve non-cgi executable files or our private data -<FilesMatch ^(.*\.pm|.*\.pl|.*localconfig.*)$> +<FilesMatch (\.pm|\.pl|\.tmpl|localconfig.*)$> deny from all </FilesMatch> <IfModule mod_expires.c> |