| File Extensions | ||
|
Some servers will only run scripts named according to a certain convention. The part of the filename after the last dot (.) is called the extension. .cgi is the standard for CGI programs, but in rare cases, servers will require you to name Perl scripts with a .pl extension. If you decide to change the extensions of the program files, locate any files in the /exec/ directory with a .cgi extension. Rename these to .pl, then PLEASE NOTE: Do not rename any of the files in the /data/ directory. Although these files also have a .cgi extension, they will cause program errors if renamed.
|
||