Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Use custom URL for default search results page › Reply To: Use custom URL for default search results page
November 29, 2022 at 2:20 pm
#40259
Keymaster
I honestly don’t know – it seems correct to me. Something else is at play here for sure, simple redirects should not affect the outcome. I have a feeling something gets lost along the way.
You could compare the query parameters on both pages, by doing a var_dump($_REQUEST, $GET); to see if there is any difference – they should have the same data if everything redirects correctly.