FAQ
- How to set up email account on iPhone?
- How to login webmail?
- How to login to Email Manager?
- What is IMAP?
- If my Email Service Plan do not include SMTP server, how do I send the Email?
- What is SMTP server (port 25)?
- How can I change FTP password? (For Window Platform)
- How do I create my email account?
- Error Code: 0x800CCC0E, 0x800CCC0F, 0x8004210B or 0x80042108
- Why my Outlook Express keeps trying to send a message but the Outbox appears to be empty?
- What is a DNS Record?
- How to Set Up an Email Account in Outlook 2003?
- How to upload my website to server?
- How to get the login information of Email Manager ?
- Error Code: 0x800CCC6A
- What is Web Control Panel (WCP)?
- What is a Top Level Domain (TLD)?
- What is a Mailing List?
Why my CGI not work?
All your CGI file need to be uploaded in ASCII mode. Uploading in binary mode will cause the server not to recognize the scripts as executables. As most of the FTP clients will upload .pl or .cgi files in binary mode by default so you will need to change this. The cgi script need to be uploaded into cgi-bin folder under public_html folder for security reason. Also, you need to set the permission for cgi-bin folder to 755 mode.
|
Previous Post:Where can I run the CGI programs?
Next Post:How to CHMOD of my files?