diff options
author | Friendika <info@friendika.com> | 2010-11-09 17:06:54 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-09 17:06:54 -0800 |
commit | 76b5e984e1f26387fbde89e89b12011f866dd8ce (patch) | |
tree | 7eefe7aa2b8719b29a3906fec29677d9b37ca8f7 /.htaccess | |
parent | 2531dc067ebf3392e47599705a69d2954c06858e (diff) | |
download | volse-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-- | .htaccess | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |