rksprst Posted November 13, 2004 Posted November 13, 2004 hi, I copied the entropy search exactly as it says in cpanel. However the search function doesnt work in my site. ><form action="/cgi-sys/entropysearch.cgi" target=searchwindow> <input type="text" name="query" value=""> <input type="hidden" name="user" value="myusername"> <input type="hidden" name="basehref" value="http://virusorcancer.com"> <input type="hidden" name="template" value="default"> <input type="submit" value="Search..."> </form> Now this search function worked before, then I changed my site this is my old design...horrible design i know, thats why i changed it Site: VirusOrCancer.com Does anyone know why it doesnt work, and how i can solve this problem? Thanks!! Alex Quote
rksprst Posted November 13, 2004 Author Posted November 13, 2004 I just tried replacing the entropy search code with: ><!-- Search Google --> <center> <FORM method=GET action="http://www.google.com/search"> <input type=hidden name=ie value=UTF-8> <input type=hidden name=oe value=UTF-8> <TABLE bgcolor="#FFFFFF"><tr><td> <A HREF="http://www.google.com/"> <IMG SRC="http://www.google.com/logos/Logo_40wht.gif" border="0" ALT="Google" align="absmiddle"></A> <INPUT TYPE=text name=q size=25 maxlength=255 value=""> <INPUT type=submit name=btnG VALUE="Google Search"> </td></tr></TABLE> </FORM> </center> <!-- Search Google --> and i got the following error: Not FoundThe requested URL /search.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/1.3.33 Server at www.virusorcancer.com Port 80 maybe this will explain it better? i still dont have any idea whats wrong Quote
rksprst Posted November 13, 2004 Author Posted November 13, 2004 i just got it...so never mind.. i had an extra code in there form method="get" action="/search.php"> just needed to take that out Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.