fullfrequency Posted April 5, 2004 Posted April 5, 2004 What does "777" and "755" mean in the following text? Config - Download You need to enable this if you are going to allow people to download products at checkout from your store. First, put the product to be downloaded in the download folder on the Internet: catalog/download It will be read from the "pub" folder. Make sure /catalog/pub is 777 and /catalog/download is 755 and these files in catalog/includes/configure.php have the forward slash:
Brocksburn Posted April 5, 2004 Posted April 5, 2004 777 and 755 are file permissions - 777 for instance means read/write/execute enabled for owner/group/public access. 755 is read/write/execute for the owner only, and read/execute for group and public. Look for "chmod" or "permissions" in your host's control panel/file manager or your FTP program. Cheers, Ellie
Recommended Posts
Archived
This topic is now archived and is closed to further replies.