Avada › Forums › Community Forum › search page
Tagged: searchpage
-
AuthorPosts
-
Search didn’t find anything. The search should have come up with dozens of hits. Tried live search. That seems to work. Great!
Now I still need to get the seach page to work because even if live search shows the hits, next to the hits is a big 404 sign “Oops, This Page Could Not Be Found!”. I want the fancy search page as in de instructional video about search, but the instructions don’t seem to work on the site. Anybody advise?seems to be the string. Search for ‘test‘ shows this string: example.com/s=test/?s=test
SOLVED
Found the problem.
In .htaccess was this part:RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.+)/$
RewriteCond %{QUERY_STRING} (.+)
RewriteRule ^ https://www.example.com/%1/%2 [R=301,L]Removed it and works as a charm.
Thanks for being my rubber duck 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.