From 1e9887efb8a612448fcf2b20def803517291b923 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 25 Apr 2017 23:43:12 +0300 Subject: [PATCH] Undo .htaccess change --- public/.htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/.htaccess b/public/.htaccess index dfd647a285dc..9d7726d979ef 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -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 /