deaner
10-11-2009, 03:19 PM
Hi folks. I'm burnt out on this cgi problem and would love a fresh pair of eyes.
I'm getting the following error message:
The requested URL /cgi-bin/cgiemail/mailtemplate.txt was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.[/size][/size]
My cgi-bin is set up and my email template (emailtemplate.txt) seems correct, but the path isn't when I try to open straight from Webview in my ftp server.
The html:
<div id="form">
<form method="post" action="/cgi-bin/cgiemail/mailtemplate.txt" enctype="text/plain">
<h3>Ask us something!</h3>
<p>Your Name:<input type="text" name="name" size="30px" /></p>
<p>Your Email:
<input type="text" name="mail" size="30px" /></p>
<p>Your Thoughts:
<textarea name="question"
rows="10" cols="25">
</textarea></p>
<input type="submit" value="Send" />
<input type="reset" value="Reset" />
</form>
<blockquote style="font-size: 10pt;" />(We'll respond promptly.)
</div>
What could be wrong??
Reply With Quote
I'm getting the following error message:
The requested URL /cgi-bin/cgiemail/mailtemplate.txt was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.[/size][/size]
My cgi-bin is set up and my email template (emailtemplate.txt) seems correct, but the path isn't when I try to open straight from Webview in my ftp server.
The html:
<div id="form">
<form method="post" action="/cgi-bin/cgiemail/mailtemplate.txt" enctype="text/plain">
<h3>Ask us something!</h3>
<p>Your Name:<input type="text" name="name" size="30px" /></p>
<p>Your Email:
<input type="text" name="mail" size="30px" /></p>
<p>Your Thoughts:
<textarea name="question"
rows="10" cols="25">
</textarea></p>
<input type="submit" value="Send" />
<input type="reset" value="Reset" />
</form>
<blockquote style="font-size: 10pt;" />(We'll respond promptly.)
</div>
What could be wrong??
Reply With Quote