Hi Hillel,
Thanks and appreciate your prompt reply…!
Let me explain what i did initially and what had done later.
I had installed Invoice Ninja using Softaculous as a normal installation inside my public_html folder on my shared web hosting in a subdirectory called “invoice”.After all, when i called the URL Softaculous instalation wizard provided i got an internal server errror.(https://mydomain.com/invoice)
I had referred few Laravel installation videos on youtube …based on one of the installation guides i had done the below changes.
moved out public folder from invoice folder to pubilc_html folder and made a modification on the index.php of public folder on below two lines,.
require DIR.’/…/invoice/vendor/autoload.php’;
$app = require_once DIR.’/…/invoice/bootstrap/app.php’;
Also, I had created a subdomain and point the root folder of the subdomain to the /public_html/public.
Now i am able to get the Ninja log in page…but cannot log in.
Now my current folder locations
Invoice Ninja files except public folder are under /public_html/invoice
Invloce ninja public folder is under /public_html/
As i m new kindly guide me to get it works.
Once again Thanks for your help.