CGI scripts

Last change on 2021-07-07 • Created on 2020-01-20 • ID: KO-C8B95

Using CGI scripts

File your CGI scripts in the "public_html" folder of your account. Make sure that you use the correct administrative authorization for the folders/scripts.

Your account type must be able to support CGI scripts. To check if your account supports them, please see our product matrix. (Scroll down to 'Developer features', click on it, and then look for 'CGI interface i.a. Perl, Python, Ruby'.)

Which pathname do I need to enter in Perl scripts to access other files?

Enter the full pathname. For example:

/usr/www/users/FTP_LOGIN/FILE_PATH_AND_NAME

You need to replace the FTP_LOGIN with the FTP login name of the account. And you need to replace FILE_PATH_AND_NAME with the pathname of the correct file.

Table of Contents