Search function returns 404 after changing home page
-
After I changed my home page from post page into static page, the search bar returns a 404.
I tested it with Inspect Element in Chrome and figured out I need to remove the “home” piece from the url.
<form id="topbar-search" role="search" action="https://travelaar.nl/nl/home/" method="get"><input name="s" type="text" class="search-text-box"><i class="search-icon fa-search"></i></form>
How do I change this in my php files? Really can’t find it.
thanks.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Search function returns 404 after changing home page’ is closed to new replies.