So, I think I’m missing something really simple but I can’t seem to get the search results go anywhere besides the site domain.
So when I use a template that has a form:
{exp:search:simple_form channel="subpage_content" form_id="testform" result_page="search/index"}
<label for="keywords">Search:</label>
<input type="text" name="keywords" id="keywords" value="" size="18" maxlength="100">
<a href="http://{path=search/index}">Advanced Search</a>
<input type="submit" value="submit" class="submit"></p>
{/exp:search:simple_form}it just goes to domain.com instead of domain.com/search/index.
I’ve tried doing the following:
- removing the .htaccess
- setting the channel search result url to /search/index
- made sure the search module is installed
- also made sure the template /search/index is in place.
Is there anything else I could try?
For what it’s worth, I tried viewing the search log (under Tools > Logs) and nothing is even recorded there. So, I’m guessing the actual request isn’t even making it to be searched.
Has anyone else ran into this?