|
| A R C H I V E D M E S S A G E |
|
Subject: Perl path? |
| Posted: 07/12/2003 at 1:04:37 pm |
| By: Julie |
| I'm a first time user of cgi scripts. Not making too much progress! I followed the instructions. However when I hit the submit button of the form, I get the following error message:
Not Found
The requested URL /cgi-bin/bizmail.cgi was not found on this server.
Apache/1.3.27 Server at host.successfulhosting.com Port 443
Any suggestions? Also, I wasn't sure what path to set for the perl requirement? default is #!/usr/bin/perl. Appreciate any help!
Thanks. | |
|
|
Subject: Re: Perl path? |
| Posted: 07/22/2003 at 1:04:45 pm |
| By: Seth Knorr |
| Where is your site located at? URL??
I will take a look at it,
Seth
| |
|
|
Subject: Re: Perl path? |
| Posted: 08/01/2003 at 1:05:06 pm |
| By: Julie |
| Hi Seth,
I love the potential of this script and am very anxious to get it up and working but I can ditto Julie's message. I'm having the same problem (and the same inexperience with cgi and perl)
Did you have any luck figuring out the problem?
I'd greatly appreciate your feedback.
Thanks,
Jane
| |
|
|
Subject: Re: Perl path? |
| Posted: 10/09/2003 at 4:09:41 pm |
| By: Seth Knorr |
| Yes, the problem is the success page you have set in the variable
<input type="hidden" name="success_page" value="http://www.yourdomain.com/success.html">
DOES NOT EXITS.
when you either
a. put the correct url in for this.
b. upload the success.html
You will be all set. | |
|
|