diff options
author | redmatrix <git@macgirvin.com> | 2016-02-08 13:57:40 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-08 13:57:40 -0800 |
commit | be99c7fe12cc68bba1716a0b708bb171cfd223e6 (patch) | |
tree | b8155c550a3ab4d756f97e385f6b9c1f92091cc8 /.htaccess | |
parent | 00ae6bdac6062594d16870dbd9ca0593f534198e (diff) | |
download | volse-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-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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] |