Merge pull request #805 from pengc99/patch-1

Updated .htaccess file
This commit is contained in:
Hillel Coren 2016-04-13 08:24:09 +03:00
commit b29c407a6a

View File

@ -14,6 +14,6 @@
RewriteRule ^ index.php [L] RewriteRule ^ index.php [L]
# In case of running InvoiceNinja in a Subdomain like invoiceninja.example.com, # In case of running InvoiceNinja in a Subdomain like invoiceninja.example.com,
# you have to enablel the following line: # you have to enable the following line:
# RewriteBase / # RewriteBase /
</IfModule> </IfModule>