I'm experiencing a strange problem. I can index my site fine using the CGI search, but if I use the same configuration and change it to PHP search and leave all other settings alone, the PHP version will not return any results!
Here are my searches:
CGI - http://www.mytoolstore.com/cgi-bin/zoom/search.cgi
PHP - http://www.mytoolstore.com/cgi-bin/zoomphp/search.php
We sell tools, so you can use Hammer Drills as an example search phrase. Again, each of these configurations are exactly the same, except one is output to CGI and one is PHP.
The reason I'd like to change to PHP is because it's easier for me to tweak the script in PHP.
Here are my searches:
CGI - http://www.mytoolstore.com/cgi-bin/zoom/search.cgi
PHP - http://www.mytoolstore.com/cgi-bin/zoomphp/search.php
We sell tools, so you can use Hammer Drills as an example search phrase. Again, each of these configurations are exactly the same, except one is output to CGI and one is PHP.
The reason I'd like to change to PHP is because it's easier for me to tweak the script in PHP.
Comment