Revert "sort out the well-known acme-challenge mess - at least on apache"

This reverts commit be99c7fe12.
This commit is contained in:
redmatrix
2016-02-08 14:06:44 -08:00
parent c8788204a9
commit d96e985be0
3 changed files with 12 additions and 6 deletions

View File

@@ -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]