I moved my site to a new host, and am having some problems with zoom.
I had to put the cgi file into a different folder than I had it on my server, so the string that calls the cgi is:
<cfhttp url="http://www.salleboise.com/cgi-bin/search/search.cgi?#cgi.QUERY_STRING#" method="GET" timeout="60" throwonerror="yes" charset="iso-8859-1"></cfhttp>
And when trying the search, I'm getting:
"CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers".
Anyone have any suggestions?
I had to put the cgi file into a different folder than I had it on my server, so the string that calls the cgi is:
<cfhttp url="http://www.salleboise.com/cgi-bin/search/search.cgi?#cgi.QUERY_STRING#" method="GET" timeout="60" throwonerror="yes" charset="iso-8859-1"></cfhttp>
And when trying the search, I'm getting:
"CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers".
Anyone have any suggestions?
Comment