 |

Cynthia
User
Nov 9, 2002, 5:46 PM
Post #1 of 2
(1346 views)
Shortcut
|
|
problem with search page.
|
Can't Post
|
|
Hi, I am having a problem nesting the rm search results template in my own search page. When I try to search with the newly created search page I get this error... (The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: Can't open perl script "D:\Inetpub\wwwroot\fallriverarearealtors\search.cgi": No such file or directory) Shouldn't it be looking too : fallriverarearealtors.com/cgi/rm/exec/search.cgi as that is where the cgi is located. I know the problem is probably something simple and right in my face but for the life of me I cannot see it. Thanks Guys, Cyndi
|
|
|  |
 |

chris
Staff

Nov 11, 2002, 1:57 PM
Post #2 of 2
(1335 views)
Shortcut
|
|
Re: [Cynthia] problem with search page.
[In reply to]
|
Can't Post
|
|
Hi Cynthia, I think the problem is that your search query form has a relative URL to Realty Manager's search engine. Open up your search page and look for the <form> tag. It should look something like this: <form method=get action="search.cgi"> If you change it to this, everything should work great: <form method=get action="/cgi/rm/exec/search.cgi"> Regards, Chris
|
|
|  |
|