]> 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
old mode 100644 (file)
new mode 100755 (executable)
index 1df5096..28ac3dd
--- 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