search in windows NT4.0 IIS4.0

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

search in windows NT4.0 IIS4.0

Post by Thunderstone »



i am struggling with use webinator.but can not get it through.
please help me.thanks a lot.
1,i installed webinator into the directry of c:\intersrv
so webinator directory as follow
c:\intersrv\webinator
2,cgi-bin is in webinator as
c:\intersrv\webnator\cgi-bin

i wiroted search source as

<TABLE WIDTH=550 BORDER=0 CELLSPACING=0 CELLPADDING=0>
<FORM METHOD=get ACTION="webinator/Cgi-bin/texis.exe/webinator/newsearch/">
<INPUT TYPE=hidden NAME=db VALUE="db">
<TR><TH ALIGN=RIGHT><FONT FACE=helvetica SIZE=-1>Search for
this:</TD><TD><INPUT SIZE=30 name=query value=""> <INPUT TYPE=submit
name=submit VALUE="Submit"> <input type=submit name=cmd
value="Options"></TD></TR>
</FORM>
</TABLE>
</tr>
</table>

but when i put any words into search form and click seach botton.
it return me error 404

other hand when use your default.html
and click newseach then it return me the massage of version information and
error.

please tell me how.

fanzhongming





User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

search in windows NT4.0 IIS4.0

Post by Thunderstone »



The "404" message is simply the webserver saying you entered
something that doesn't exist. You left off the leading slash.

Assuming you have c:\intersrv\webnator\cgi-bin properly configured as a CGI
directory in your webserver the correct action would be:
ACTION="/webinator/cgi-bin/texis.exe/webinator/newsearch/"

More likely, you should have just installed in the "scripts" directory that IIS
preconfigures for CGI. Then your action would be:
ACTION="/scripts/texis.exe/webinator/newsearch/"



Post Reply