PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

404 error on search form submission

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 404 error on search form submission

    Hi All. I have added Zoom to my site created in Netobjects 11. Tried to do it all according to Lansrad Tutorial but when I type in any search query I get a 404 not found "The requested URL /html/search.php was not found on this server"
    the site is http://www.jaysmodels.com.au
    I can't work out what I have done wrong. If anyone has any thoughts it would be much appreciated.

  • #2
    You have entered the wrong URL for the search form action your home page.

    You have this HTML code,
    <form name="searchb" action="./html/search.php" method="get">

    but is should be
    <form name="searchb" action="search.php" method="get">

    Comment

    Working...
    X