Hi everyone,
I have a Laravel 5.0 project that I want to test on servers that supports different php handler like:-
In case of first three the project works fine.
And also I tried to move the project out of public.
But when ever I try to run the project on a DSO server it fails.
There is just:-
The server I have is a VPS Linux server.
And I was just changing the php handlers.
For the first three case the php handler API is CGI
and For the DSO its Apache
Please let me know what would be the appropriate solution.
Thank You
Hi, its just today I found the solution.
On a DSO server the file or folder permission should be set to 777 on the server.
And the exact path that gets affected due to this is Laravel-project/storage folder should have the 777 file permission. And also all the folders and files within it and more within.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community