mirror of https://github.com/flarum/flarum
Merge 876aeb3c3c
into 6916205522
commit
e74c71d399
|
@ -20,6 +20,9 @@
|
||||||
|
|
||||||
<IfModule mod_rewrite.c>
|
<IfModule mod_rewrite.c>
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
|
|
||||||
|
#Edit this if the installation is in a subfolder
|
||||||
|
RewriteBase /
|
||||||
|
|
||||||
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue