mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-22 20:40:55 -04:00
added helper for RewriteBase
This commit is contained in:
parent
dd9805e5b4
commit
dc1924dcdd
@ -12,4 +12,8 @@
|
|||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteRule ^ index.php [L]
|
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>
|
</IfModule>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user