Enable RewriteBase by default

This commit is contained in:
Hillel Coren 2017-04-25 10:26:03 +03:00
parent f1428ac882
commit ed82cdfd24

View File

@ -17,7 +17,5 @@
RewriteCond %{HTTP:Authorization} . RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
# In case of running InvoiceNinja in a Subdomain like invoiceninja.example.com, RewriteBase /
# you have to enable the following line:
# RewriteBase /
</IfModule> </IfModule>