What file permissions need to be set?

file permissions
0
Posted

What file permissions need to be set?

0

All files need read permissions. The following files need write permissions: config.php The following directory and its contents will need write permissions: ./index/ If you want to use the language editing features you will need to set write permissions for all of the files in the ./languages folder If you want to upload media files using the upload media section of the admin menu then you need to set write permissions for your ./media and ./media/thumbs directory If you want to edit your gedcom file online, the gedcom file must have write permissions set for the PHP user. Refer to the Installation section of readme.txt for more information. The method to set write permissions varies depending on your server configuration. If you have a Windows server, you may not need to do anything at all. If you use FTP to connect to your server, then you should look for a “permissions” or a “chmod” command. The “chmod” command takes a series of three numbers something like 755. The three numbers t

Related Questions