ABSOLUTE SERVER PATH TO CGI-BIN
Description:
If you are having problems running Biz Mail Form try inserting the "absolute server path" to your cgi-bin in the variable $ABSOLUTE_PATH_TO_CGI_BIN.
When adding the path you must use a trailing forward slash:
ie. /home/www/cgi-bin/
You may need to check with your web host or systems admin for this.
NOTE: this is generaly necessary for windows users...
The default setting is: (ie. No value specified)
$ABSOLUTE_PATH_TO_CGI_BIN = "";
Example of a specified absolute path:
$ABSOLUTE_PATH_TO_CGI_BIN = "/home/www/cgi-bin/";