mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
that didn't work - we need to be able to see .well-known/host-meta
This commit is contained in:
parent
2531dc067e
commit
76b5e984e1
1 changed files with 2 additions and 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
|
||||
|
|
Loading…
Reference in a new issue