]> git.mxchange.org Git - friendica.git/blobdiff - .htaccess
added library and include to .htaccess
[friendica.git] / .htaccess
old mode 100644 (file)
new mode 100755 (executable)
index 1df5096..5f9531a
--- 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