aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-08 13:57:40 -0800
committerredmatrix <git@macgirvin.com>2016-02-08 13:57:40 -0800
commitbe99c7fe12cc68bba1716a0b708bb171cfd223e6 (patch)
treeb8155c550a3ab4d756f97e385f6b9c1f92091cc8 /.htaccess
parent00ae6bdac6062594d16870dbd9ca0593f534198e (diff)
downloadvolse-hubzilla-be99c7fe12cc68bba1716a0b708bb171cfd223e6.tar.gz
volse-hubzilla-be99c7fe12cc68bba1716a0b708bb171cfd223e6.tar.bz2
volse-hubzilla-be99c7fe12cc68bba1716a0b708bb171cfd223e6.zip
sort out the well-known acme-challenge mess - at least on apache
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 5f6414882..4c1d2c82c 100644
--- a/.htaccess
+++ b/.htaccess
@@ -24,6 +24,7 @@ AddType audio/ogg .oga
# Also place auth information into REMOTE_USER for sites running
# in CGI mode.
+ RewriteCond %{REQUEST_URI} ^/\.well\-known/.*
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]