Merge pull request #733 from nerdoc/patch-14
added helper for RewriteBase
This commit is contained in:
commit
1b10beb2fa
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue