| Setting File Permissions
1. You will now need to set some file permissions on the files you uploaded.
The files and folders that need permission changes are:
| In Folder |
Files To Set |
ChMod |
| /order/ |
admin.cgi |
755
(executable) |
| /order/ |
order.cgi |
755
(executable) |
| /order/ |
order_linkpoint.cgi |
755
(executable) |
| /order/ |
order_authnet.cgi |
755
(executable) |
| /prog_files/ |
setup.dat.cgi |
666
(writable) |
| /prog_files/ |
settings.dat.cgi |
666
(writable) |
| In Folder |
Folder To Set |
ChMod |
| /order/ |
/prog_files/ |
777
(writable) |
2. You are done. Log out of the ftp client you are using. You should now have the program setup correctly.
More Information on setting file permissions:
http://www.akamarketing.com/unix-files-permissions.html
|