At 1:15 PM +0100 11/19/01, COLLINEAU Franck FTRD/DMI/TAM wrote: >When i launch a search i have the following message: >Impossible to execute the command.The file ou the folder >file:/cgi-bin/htsearch does not exist. > >I have the rights on this file
I'm not quite sure what you're doing based on your message--it seems like you're trying to run htsearch from the command-line? Or does this error message come up through an HTTP form? If you're trying to run htsearch from the command-line, you also need to make sure that directories below htsearch are accessible to you. If this is from an HTTP form, then: a) The URL is incorrect (though some browsers may accept it). b) The URL is pointing to a directory at the root of your filesystem called "cgi-bin." I'm guessing you probably don't have such a directory as /cgi-bin. c) You are perhaps trying to exceute an HTTP form with a file:// URL and I suspect this may not work as you expect. Try setting the FORM ACTION URL to be the http:// URL to the htsearch command. -- -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

