i'm setting up a laravel project that i firstly developed locally, i'm trying to move it to my droplet and after sucefully configuring .env file and database among others, i still have problems with permissons or at least it seems to be the problem. I'm running Centos 7.2 (on a DigitalOcean droplet) and Laravel 5.6.
I'm getting the following message when i want to access any link other than the index.
and this is my conf file:
I've already set permissons to correspondent folders with:
sudo chown -R apache: storage
sudo chmod -R 755 storage
and it stills giving me that error.
Any help will be very aprecciated, thanks!
Edit: It temporary works when i set Sellinux Enforcing to 0.