1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 20:52:56 +01:00

Merge pull request #733 from nerdoc/patch-14

added helper for RewriteBase
This commit is contained in:
Hillel Coren 2016-02-20 22:12:20 +02:00
commit 1b10beb2fa

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>