Mobile app version of vmapp.org
Login or Join
Samaraweera270

: Cakephp 3 installation on Ubuntu doesn't have permission to access index.php I have installed Cakephp on my ubuntu webserver (well copied it in var/www/html) following this tutorial https://askubuntu.com/questions/628938/how-to-i

@Samaraweera270

Posted in: #403Forbidden #Permissions #Ubuntu

I have installed Cakephp on my ubuntu webserver (well copied it in var/www/html) following this tutorial askubuntu.com/questions/628938/how-to-install-cakephp-in-ubuntu-14-04
I am also using this Version (14.04 LTS) and did everything. But now I am getting this

You don't have permission to access /webroot/index.php on this server.


Which is strange. I set the permissions on 755 for this folder and also for index.php in webroot.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Samaraweera270

1 Comments

Sorted by latest first Latest Oldest Best

 

@Nimeshi995

Looks like a no brainer, folder ownership!

Try doing the following:


sudo chown -R www-data:www-data /webroot

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme