diff options
Diffstat (limited to '.htaccess')
-rwxr-xr-x | .htaccess | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,13 +1,10 @@ -#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 |