added helper for RewriteBase

This commit is contained in:
Christian González 2016-02-20 12:09:56 +01:00
parent dd9805e5b4
commit dc1924dcdd

View File

@ -12,4 +12,8 @@
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
# In case of running InvoiceNinja in a Subdomain like invoiceninja.example.com,
# you have to enablel the following line:
# RewriteBase /
</IfModule>