Laravel fresh installation via softaculous - File not found

146 Views Asked by At

i tried installing Laravel 5.7 from Softaculous

it showed no error, installation was successful

but when i go to the installation URL, it says :

File not found.

i tried deleting and reinstalling, even reinstalling in a different path... i get the same error

help!

1

There are 1 best solutions below

0
On

I was able to resolve the issue by running command for httpdocs folder:-

sudo chmod a+rwx httpdocs

Somehow this folder was only accessible to root user.