diff options
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ Options -Indexes AddType application/x-java-archive .jar AddType audio/ogg .oga -<FilesMatch "\.(out|log)$"> +# don't allow any web access to logfiles, even after rotation/compression +<FilesMatch "\.(out|log|gz)$"> Deny from all </FilesMatch> |