diff options
author | zottel <github@zottel.net> | 2012-03-15 10:18:06 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-03-15 10:18:06 +0100 |
commit | 69f4448adaf7afddf00deeb2f832938d5505abcf (patch) | |
tree | c849dae276511aa93ba1ef8b2b90098116d65f3e /.htaccess | |
parent | 282465edaba57795b8c02d1fb6eaa8a2fbbad9bf (diff) | |
parent | a7fd3a8b245a09f376081f23f5d23d907d21ecfa (diff) | |
download | volse-hubzilla-69f4448adaf7afddf00deeb2f832938d5505abcf.tar.gz volse-hubzilla-69f4448adaf7afddf00deeb2f832938d5505abcf.tar.bz2 volse-hubzilla-69f4448adaf7afddf00deeb2f832938d5505abcf.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to '.htaccess')
-rwxr-xr-x | .htaccess | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ AddType audio/ogg .oga <FilesMatch "\.(out|log)$"> Deny from all </FilesMatch> +<Files "(include|library)"> +Deny from all +</Files> <IfModule mod_rewrite.c> RewriteEngine on |