]> 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 3ababd7..28ac3dd
--- 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
-  RewriteBase /~fabio/friendika/
   # Protect repository directory from browsing
   RewriteRule "(^|/)\.git" - [F]