![]() |
CHMOD 775 on server
I can't setup permissions 775 for WP wp-content dir. got msg "Permission denied.Access denied."
how to set it up?:helpme |
What do you mean " you can't " ?
You do not know how or the server doesn't let you do it. Virtual or dedicated ( if ded, use ssh ). |
I've tried to set 775 on FTP but got msg "Permission denied.Access denied".
Virtual |
Try 777 ( as a test only, because this is not safe at all ) to see if you can. If not, then it probably means that the server is running suExec or PHPsue and your own permissions are not set properly ( you do not own the files, root does ).
Contact your host so that they chown them to you. |
Its because PHP is the user assigned to the folder.
You need to do it via the file manager on your server's control panel. You won't be able to do it via FTP. |
try 777 should work, what hosting company?
|
same problem with 777
|
Quote:
YOU cannot do anything yourself, the host has to CHange OWNership. |
LOL keep ignoring me =)
|
simple you have to be the files owner you arent open a shell and do the following.
ls -l <filename> or ls -ld <dirname> will list the permissions and ownership of the file. login or su to the file owner to change the mode |
google "chown" ... should solve your problem.
|
man "umask"
|
the most likely reason is that they deny chmod through ftp (comes default with proftpd, and I assume other ftp daemons).
You have three options. You can use ssh to change it, ask the host to allow chmod through ftp, or ask them to chmod them themselfs |
I suggest you don't waste time and go straight to contacting your host or reading their FAQ.
:) |
contact host and they will resolve this.
|
chmod 777 /wp-content/*.*
That should work....You can even to it in FTP |
what's this FTP thing you all are talking about?
|
setup = noun
set up = verb Are you doing this from PHP or from an SSH account? Maybe the account doesn't have the correct permissions. PHP by default runs as nobody and has very limited permissions. Also, do look up lstat. I had an issue where I couldn't chmod even though I had root. |
Quote:
|
it's done by webair.thnx to all
|
Too funny... everyone trying to help you out and your submitting a ticket anyways :)
|
Just ask your hosting company... they probably fucked up some setting, and that's why it doesn't work...
|
All times are GMT -7. The time now is 01:38 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123