aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-08 14:06:44 -0800
committerredmatrix <git@macgirvin.com>2016-02-08 14:06:44 -0800
commitd96e985be0b316019fa26340a60c7247baa1090e (patch)
tree978c64c3bae1c50cf4992c4dd0566e7a04df481f /.htaccess
parentc8788204a9d1cc9c949927264d673d0dd9344b67 (diff)
downloadvolse-hubzilla-d96e985be0b316019fa26340a60c7247baa1090e.tar.gz
volse-hubzilla-d96e985be0b316019fa26340a60c7247baa1090e.tar.bz2
volse-hubzilla-d96e985be0b316019fa26340a60c7247baa1090e.zip
Revert "sort out the well-known acme-challenge mess - at least on apache"
This reverts commit be99c7fe12cc68bba1716a0b708bb171cfd223e6.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 0 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 4c1d2c82c..5f6414882 100644
--- a/.htaccess
+++ b/.htaccess
@@ -24,7 +24,6 @@ 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]