Turns out the fix was quite simple.
The theme we are using does not specify in which directory to search. All that needed to be done was to indicate a directory.
This is what the declaration of the form looked like:
<form id=”searchformtop” method=”get” action=”">
This is what is what it now looks like:
<form id=”searchformtop” method=”get”
action=”http://www.glycotrainer.com/”>
Because we are running a different install for each language, the default search does not search another language’s database. We realize that at some point we will have to fix this.
Advertisement
Tags: 404 error, fix, search form, site search, wordpress