mirror of https://github.com/flarum/flarum
Add RewriteBase to .htaccess
can trigger an issue in apache. gives 404 errorspull/30/head
parent
ca4cc753cb
commit
876aeb3c3c
|
@ -11,6 +11,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