Make sure that the directory is chown to www server's user. e.g. in my Debian I did: chown -R www-data:www-data /path/to/cake/ chmod -R 755 /path/to/cake chmod -R 777 /path/to/cake/tmp
Never had any permission-related issues. Nature Lover pisze: > Hi! > > I have downloaded CakePHP latest stable release. > extracted on the test server with 755 permission on everything and 777 > on tmp folder. > > The home page is showing with the default layout but not stylesheet > coloring. > In the FireBug HTML coding the 404 errors is return for default > stylesheet of cake > > Please help me to set the permissions on folders > > Thanks! > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
