tsmith
June 22, 2024, 12:57am
1
running into issues installing invoiceninja to subfolder for ubuntu/apache.
downloaded the app/files
/var/www/html/ninja
setup the /etc/apache2/sites-available/ninja.conf
setup the /etc/apache2/mods-available/alias.conf
the server digitalocean
test url http://1.2.3.4/ninja
my issue is what i have to insert in the .htaccess files
/var/www/html/ninja/.htaccess
/var/www/html/ninja/public/.htaccess
willing to pay something on this!!!
i’m missing something subtle. i’ve gotten other laravel/subdir apps working…
any .htaccess i can view/copy from working sites would be useful.
thanks
hillel
June 22, 2024, 6:18pm
2
Hi,
I suggest following one of the installation guides.
Note: we don’t provide a ‘community’ version, all of the app’s code is in GitHub.
The leading free source available online invoicing app for freelancers & businesses. Invoice, accept payments, track expenses, & time-tasks
tsmith
June 22, 2024, 9:25pm
3
tried following the install steps for the github process.
the subfolder issue with the .htaccess in the root /public folders might be the issues.
laravel is out of my league. and i’m not seeing any errors. bu the test url displays a blank page
hillel
June 23, 2024, 5:17am
4
You may want to try to install using a subdomain instead.
tsmith
June 24, 2024, 12:15am
5
not looking for sub-domain. looking to have the app in a subfolder. i’m not the first to want this over the years… but apparently no one has figured it out with a soln…
tsmith
June 24, 2024, 12:18am
6
thanks!! ill keep working on it