]> git.mxchange.org Git - friendica.git/commitdiff
added library and include to .htaccess
authorAlexander Kampmann <programmer@nurfuerspam.de>
Thu, 8 Mar 2012 16:46:40 +0000 (17:46 +0100)
committerAlexander Kampmann <programmer@nurfuerspam.de>
Thu, 8 Mar 2012 16:46:40 +0000 (17:46 +0100)
.htaccess

index 1df5096702eb6c5d051e0cf0d88ee356a84ca6a9..5f9531a7ebf83d3462d8b03b7732cc858f40c1ef 100755 (executable)
--- 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