Ok, I have a problem when I try to search.
The main page comes up fine, but when I search I get a:
404 Not Found
The error occurred in C:\Inetpub\wwwroot\SalleBoise\search.cfm: line 129
127 : <td width="470" bgcolor="#ffffff"><!--- BODY --->
128 : <div align="left">
129 : <cfhttp url="http://www.salleboise.com/search.cgi#cgi.QUERY_STRING#" method="GET" timeout="60"
130 : throwonerror="yes" charset="windows-1252"></cfhttp>
131 : <cfif Len(CFHTTP.FileContent)>
So, it appears that for some reason its not finding the page? Is this correct? I have the link back url set to search.cfm, which should be right, correct?
Any ideas? Again, I don't have this problem if I browse to the search.cgi file directly. Searches and returns results just fine.
The main page comes up fine, but when I search I get a:
404 Not Found
The error occurred in C:\Inetpub\wwwroot\SalleBoise\search.cfm: line 129
127 : <td width="470" bgcolor="#ffffff"><!--- BODY --->
128 : <div align="left">
129 : <cfhttp url="http://www.salleboise.com/search.cgi#cgi.QUERY_STRING#" method="GET" timeout="60"
130 : throwonerror="yes" charset="windows-1252"></cfhttp>
131 : <cfif Len(CFHTTP.FileContent)>
So, it appears that for some reason its not finding the page? Is this correct? I have the link back url set to search.cfm, which should be right, correct?
Any ideas? Again, I don't have this problem if I browse to the search.cgi file directly. Searches and returns results just fine.
Comment