]> 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 73031b9..5f9531a
--- a/.htaccess
+++ b/.htaccess
@@ -1,14 +1,16 @@
-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
-
   # Protect repository directory from browsing
   RewriteRule "(^|/)\.git" - [F]