Scripting:
How do I set permissions for my CGI scripts?
To set permissions for your CGI scripts, you can
change them using your FTP program. Typically, permissions
are changed to let the web server read, write, or
execute CGI scripts.
To set permissions using most FTP programs, select
the file or folder you wish to change and right-click
'change file attributes.'
Most scripts require permissions to be set to chmod
755.
|