Enable RewriteBase by default

This commit is contained in:
Hillel Coren 2017-04-25 10:26:14 +03:00
parent a6eb75e990
commit bcdd37061c

View File

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