My CGI-BIN folder is located above the root of the public_html folder. How do I point the feedback form to it?
eg
/home/server199/public_html/contact.html
/home/server199/cgi-bin/formmail.cgi
I've tried:
..but that doesn't work. Any ideas?
Thanks.
eg
/home/server199/public_html/contact.html
/home/server199/cgi-bin/formmail.cgi
I've tried:
Code:
<form name="formmail" action="/home/server199/cgi-bin/formmail.cgi" method="post">
Thanks.
Last edited: