Install community version of invoiceninja in subfolder

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

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.

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

You may want to try to install using a subdomain instead.

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…

thanks!! ill keep working on it