If your CGI (Common Gateway Interface) scripts do not work at Loopia, the most common cause is that the script was uploaded in binary mode via your FTP client, leaving it with Windows linefeeds (CRLF) instead of the Unix linefeeds (LF) that the server requires.
How to fix the line endings
Configure your FTP client to upload files in text mode (also called ASCII mode). The FTP server will then convert the line breaks automatically and your CGI script should run correctly.
Support scope for scripts
Our support does not cover script-related problems that are not caused by one of our servers or similar, and we are unable to assist you with your programming.
If you have a problem with a script and would like us to look at it, send us the path to the script, a brief explanation of what you are trying to do and any error messages you receive.