diff options
Diffstat (limited to '.htaccess')
-rwxr-xr-x | .htaccess | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,10 +1,13 @@ -#Options -Indexes +Options -Indexes AddType application/x-java-archive .jar AddType audio/ogg .oga <FilesMatch "\.(out|log)$"> Deny from all </FilesMatch> +<Files "(include|library)"> +Deny from all +</Files> <IfModule mod_rewrite.c> RewriteEngine on |