500 Internal serve error :( No idea what wrong did i do. plz advise thx

URL : http://www.sportsbilt.com/test/test1.html
CGI Script URL : http://www.sportsbilt.com/test/index.cgi

I chmod the dir and the script to 755.

Program configs.

###############################################################################
# PROGRAM VARIABLES TO CONFIGURE BELOW
###############################################################################

#Enter your company name
$companyName = 'Sportsbilt.com';

#Enter your dot com name but do not put the http:// or www. this
#is used for the cookie that will be set
$dotCom = 'Sportsbilt.com/test/';

#Enter url to the images directory where the shopping cart images are stored.
#EX: http://www.internetcoders.com/images
#You may also use a relative url such as EX: ../../images
#Do not put a / at the end.
$imageDir = '/images';

#Point this variable to your header file
$header = 'header';

#Point this variable to your footer file
$footer = 'footer';

#This is tax on all items sold, if you choose to charge tax.
#It is required for websites that are within states where sales
#tax is normally collected put the sales percentage. Note that
#this will be multiplied against the total so use .
#EXAMPLE: .0775 for California (at the time this program was written)
$salesTax = '.0775';


below is the errors that i got from the error log.

[Sun Jun 9 00:07:43 2002] [error] [client XXX.XXX.X.XXX] File does not exist: /home/sportsbi/public_html/404.shtml
[Sun Jun 9 00:07:43 2002] [error] [client XXX.XXX.X.XXX] File does not exist: /home/sportsbi/public_html/test/$imageDir/checkOut.jpg
[Sun Jun 9 00:07:43 2002] [error] [client XXX.XXX.X.XXX] File does not exist: /home/sportsbi/public_html/404.shtml
[Sun Jun 9 00:07:43 2002] [error] [client XXX.XXX.X.XXX] File does not exist: /home/sportsbi/public_html/test/$imageDir/viewCart.jpg
[Sun Jun 9 00:07:13 2002] [error] [client XXX.XXX.X.XXX] File does not exist: /home/sportsbi/public_html/500.shtml
[Sun Jun 9 00:07:13 2002] [error] [client XXX.XXX.X.XXX] Premature end of script headers: /home/sportsbi/public_html/test/index.cgi
[Sun Jun 9 00:07:13 2002] [error] (2)No such file or directory: exec of /home/sportsbi/public_html/test/index.cgi failed

kindly advise what i should do? thanks in advance


500 Internal serve error :( No idea what wrong did i do. plz advise thx

 

 

 

 

Top