aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorAlexander Kampmann <programmer@nurfuerspam.de>2012-03-08 17:46:40 +0100
committerAlexander Kampmann <programmer@nurfuerspam.de>2012-03-08 17:46:40 +0100
commit2e3116a11e020cd1f2bbe00b03c77210aad33fe5 (patch)
tree8df6d0e4bf336ebab683efa4206dfd82900a54f7 /.htaccess
parentfbd7e8f8ba4a2736b231ee254e205b36e28d17cc (diff)
downloadvolse-hubzilla-2e3116a11e020cd1f2bbe00b03c77210aad33fe5.tar.gz
volse-hubzilla-2e3116a11e020cd1f2bbe00b03c77210aad33fe5.tar.bz2
volse-hubzilla-2e3116a11e020cd1f2bbe00b03c77210aad33fe5.zip
added library and include to .htaccess
Diffstat (limited to '.htaccess')
-rwxr-xr-x.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 1df509670..5f9531a7e 100755
--- a/.htaccess
+++ b/.htaccess
@@ -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