diff options
author | Friendika <info@friendika.com> | 2011-10-17 14:55:46 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-17 14:55:46 -0700 |
commit | f0dc77ab6c102d83e7f98336b522f9c7b4a4a14f (patch) | |
tree | d8622e943809f497f2cf53be65e104ec394f6bc0 /.htaccess | |
parent | 278433eac75639052686f70e98621466d6c44df3 (diff) | |
parent | e15aab9b755e8696d8dd7984e8de4ea5591e0caf (diff) | |
download | volse-hubzilla-f0dc77ab6c102d83e7f98336b522f9c7b4a4a14f.tar.gz volse-hubzilla-f0dc77ab6c102d83e7f98336b522f9c7b4a4a14f.tar.bz2 volse-hubzilla-f0dc77ab6c102d83e7f98336b522f9c7b4a4a14f.zip |
Merge branch 'pull'
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Options -Indexes +#Options -Indexes AddType application/x-java-archive .jar AddType audio/ogg .oga @@ -8,7 +8,6 @@ Deny from all <IfModule mod_rewrite.c> RewriteEngine on - # Protect repository directory from browsing RewriteRule "(^|/)\.git" - [F] |