I would like to reroute which result page comes up when someone searches with the top left search bar.
When I inspect the top left search bar element it says searchkeyword.php and I would like it to be just search.php
As the searchkeyword.php search result has no use for me -- I would rather have it redirect to my true search page...
Any thoughts how to do this? Is it just a matter of switching the action="Searchkeyword.php" to action="search.php"?
If so how do i find the php file to edit this...