mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
update apache rewite rule to fix issue with recent apache versions - issue #1822
This commit is contained in:
@@ -25,10 +25,10 @@ AddType audio/ogg .oga
|
|||||||
# in CGI mode.
|
# in CGI mode.
|
||||||
|
|
||||||
RewriteCond %{REQUEST_URI} ^/\.well\-known/.*
|
RewriteCond %{REQUEST_URI} ^/\.well\-known/.*
|
||||||
RewriteRule ^(.*)$ index.php?q=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
|
RewriteRule ^(.*)$ index.php?q=$1 "[E=REMOTE_USER:%{HTTP:Authorization},L,QSA,B= ?]"
|
||||||
|
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteRule ^(.*)$ index.php?q=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
|
RewriteRule ^(.*)$ index.php?q=$1 "[E=REMOTE_USER:%{HTTP:Authorization},L,QSA,B= ?]"
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user