]> git.mxchange.org Git - friendica.git/blobdiff - .htaccess
turn indexes back off (this is from an errant checkin a year or more ago)
[friendica.git] / .htaccess
index 1df5096702eb6c5d051e0cf0d88ee356a84ca6a9..28ac3dd8021c59df634ef7da5f14a042df823957 100755 (executable)
--- a/.htaccess
+++ b/.htaccess
@@ -1,10 +1,13 @@
-#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