PassMark Logo
Home » Forum

Cannot Search twice

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • backinblack
    Junior Member
    • Jan 2005
    • 5

    #1

    Cannot Search twice

    I have this on my main page
    Code:
    <form method="get" action="search.php">
          <input type="text" name="zoom_query" size="19">
          <input type="submit" value="Search">
          </form>
    But then when I get to the search.php page I cannot search again. Comes up as a dead link. Can anyone help me?
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    What is the URL for your site so that we can have a look at the problem?

    -----
    David

    Comment

    • backinblack
      Junior Member
      • Jan 2005
      • 5

      #3
      Actully on the search.php page you can't search even once.
      www.westlibertyracing.com is where the main search is and then the search.php is www.westlibertyracing.com/search.php

      Comment

      • Ray
        Administrator
        • Dec 2004
        • 4357

        #4
        It appears that you have incorrectly specified the "Link back URL" (in the Configuration window, under the "Advanced" tab). It seems to be currently set to "www.westlibertyracing.com/index.html". This should be left empty for your purposes. You only need to set this if you are embedding search.php within another php file (with the use of an include function).

        If you clear your entry for "Link back URL", this should fix the problem.
        --Ray
        Wrensoft Web Software
        Sydney, Australia
        Zoom Search Engine

        Comment

        Working...