From: Friendika Date: Wed, 10 Nov 2010 01:06:54 +0000 (-0800) Subject: that didn't work - we need to be able to see .well-known/host-meta X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=76b5e984e1f26387fbde89e89b12011f866dd8ce;p=friendica.git that didn't work - we need to be able to see .well-known/host-meta --- diff --git a/.htaccess b/.htaccess index 65578e2356..b6d4eecc33 100644 --- a/.htaccess +++ b/.htaccess @@ -9,8 +9,8 @@ Deny from all 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