Redirect of homepage broke search function
Hi,
currently, I (deliberately) 301 redirect my homepage to another page on the same domain: www.domain.com --> www.domain.com/page/
Problem: Now the search function won't work. Usually, when a user tries to use internal search they are redirected to the homepage and the search term is appended to the homepage URL, e. g. www.domain.com/?s=searchterm.
In my case the user is redirected to www.domain.com/page/?s=searchterm which doesn't work.
What can I do?