aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-08 14:19:49 -0800
committerredmatrix <git@macgirvin.com>2016-02-08 14:19:49 -0800
commit90fd23e0cd1fe3b6d3471411f650b9b276473c68 (patch)
treec832aa935bcc51b41c2515f0b4b7139b0138931e /.htaccess
parentd96e985be0b316019fa26340a60c7247baa1090e (diff)
downloadvolse-hubzilla-90fd23e0cd1fe3b6d3471411f650b9b276473c68.tar.gz
volse-hubzilla-90fd23e0cd1fe3b6d3471411f650b9b276473c68.tar.bz2
volse-hubzilla-90fd23e0cd1fe3b6d3471411f650b9b276473c68.zip
try that patch again
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 5f6414882..3420313a5 100644
--- a/.htaccess
+++ b/.htaccess
@@ -24,6 +24,9 @@ AddType audio/ogg .oga
# Also place auth information into REMOTE_USER for sites running
# in CGI mode.
+ RewriteCond %{REQUEST_URI} ^/\.well\-known/.*
+ RewriteRule ^(.*)$ index.php?q=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
+
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]