If you have a server and ssh access (which I assume you due, because you
told you had online server) you can easily change permissions.

FYI: you don't need to do chmod 777 /cake/tmp/ -R
It's enough to do chown www-data:www-data /cake/tmp/ -R more security, less
log-reading then :p

Another thing, check your mode-rewrite. If cake's CSS isn't being loaded
it's definitely a conf problem.

Have you set your DocRoot to /cake/app/webroot/ ?

Faifas


On Fri, Apr 24, 2009 at 18:04, Nature Lover <[email protected]>wrote:

>
> What can I do for the online server
>
> There owner cannot be changed
> Permissions I have assigned
> But still not working
>
> Thanks for the reply!
>
> On Apr 24, 8:02 pm, Faza <[email protected]> wrote:
> > 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to