I've been using Zoom for 3 years. Now after re-installing following a crash, I keep getting a 404 not found page instead of search results. I'm using version 6.0 build 1029 professional edition.
When I go to my site at http://www.nonduality.com/search/search.php I can search with no problem, but can't search when using the installed search engine code.
My code is simple:
<form method="get" action="search.php">
<input name="zoom_query" size="20" type="text">
<input value="Search" type="submit">
</form>
The search_template.html is unmodified by me and has
<!--ZOOMSEARCH--> on a separate line.
The search engine may be tested at http://www.nonduality.com/searchenginetest.htm
No link back url is listed. I'm not embedding the search page within another PHP page. The search form appearance is 'advanced'
I've tried Chrome and Firefox.
All the pages are indexed and uploaded okay.
Where am I failing to connect the dots?
Thank you.
When I go to my site at http://www.nonduality.com/search/search.php I can search with no problem, but can't search when using the installed search engine code.
My code is simple:
<form method="get" action="search.php">
<input name="zoom_query" size="20" type="text">
<input value="Search" type="submit">
</form>
The search_template.html is unmodified by me and has
<!--ZOOMSEARCH--> on a separate line.
The search engine may be tested at http://www.nonduality.com/searchenginetest.htm
No link back url is listed. I'm not embedding the search page within another PHP page. The search form appearance is 'advanced'
I've tried Chrome and Firefox.
All the pages are indexed and uploaded okay.
Where am I failing to connect the dots?
Thank you.
Comment