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:
commit
1b10beb2fa
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user