Hi,
currently, I (deliberately) 301 redirect my homepage to another page on the same domain: http://www.domain.com –> http://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. http://www.domain.com/?s=searchterm.
In my case the user is redirected to http://www.domain.com/page/?s=searchterm which doesn’t work.
What can I do?