Undo .htaccess change

This commit is contained in:
Hillel Coren 2017-04-25 23:43:12 +03:00
parent b4b2026635
commit 1e9887efb8

View File

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