You are here: Documentation » Frequently Asked Questions » Change the file permissions to be server-writable?
Change the file permissions to be server-writable?
This setting varies from webhost to webhost. In the past, I've used iPowerWeb, and they required file permissions of 777
in order to be server-writable. Currently, I use Dreamhost, and they need permissions to be set to 755
to be server-writable. Again, if you're not sure, either go ask your host or you can try various settings yourself. The three to try are 755
, 775
, or 777
.
The specific process of how you change your file permissions differs from FTP application to FTP application.
Windows
On Windows I use FlashFXP, and this is the process I use:
- Find the remote file or folder that you want to change the permissions of
- Right-click on it.
- Choose Attributes (CHMOD)
- Try
755
,775
, and777
in order until you find one that works.
Your specific FTP application will most likely be something similar.
Mac OS X
On Mac OS X I use Transmit, and this is the process I use:
- Find the remote file or folder that you want to change the permissions of
- Right-click (or Ctrl-click for you one-button-mousers) on it
- Choose Get Info.
- Try
755
,775
, and777
in order until you find one that works.
Your specific FTP application will most likely be something similar.
Linux
Once you have the files set up on your Linux box, and assuming you can SSH into the box to access your SimplePie files:
- Navigate to the directory above your
cache
directory. - Type
chmod -Rf 755 ./cache
. - If that doesn't work, try
775
, then777
in order until you find one that works.
faq/file_permissions.txt · Last modified: 2011/03/06 03:56 (external edit)