aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-09 17:06:54 -0800
committerFriendika <info@friendika.com>2010-11-09 17:06:54 -0800
commit76b5e984e1f26387fbde89e89b12011f866dd8ce (patch)
tree7eefe7aa2b8719b29a3906fec29677d9b37ca8f7 /.htaccess
parent2531dc067ebf3392e47599705a69d2954c06858e (diff)
downloadvolse-hubzilla-76b5e984e1f26387fbde89e89b12011f866dd8ce.tar.gz
volse-hubzilla-76b5e984e1f26387fbde89e89b12011f866dd8ce.tar.bz2
volse-hubzilla-76b5e984e1f26387fbde89e89b12011f866dd8ce.zip
that didn't work - we need to be able to see .well-known/host-meta
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index 65578e235..b6d4eecc3 100644
--- a/.htaccess
+++ b/.htaccess
@@ -9,8 +9,8 @@ Deny from all
<IfModule mod_rewrite.c>
RewriteEngine on
- # Protect dot directories from browsing, e.g. ".git"
- RewriteRule "(^|/)\." - [F]
+ # Protect repo directory from browsing
+ RewriteRule "(^|/)\.git" - [F]
# Rewrite current-style URLs of the form 'index.php?q=x'.
RewriteCond %{REQUEST_FILENAME} !-f