Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Redirect to page returns 404 when search params is present › Reply To: Redirect to page returns 404 when search params is present
August 15, 2024 at 1:07 pm
#48970
Keymaster
Hi,
Changing the search URL via the options will not replace the results page URL – that option is to only accomodate installations where the search archive page is already redirected via a mod_rewrite or app redirection rule.
If you want to place the results to that URL, please check this tutorial. The plugin does not have this built-in, because usually URL rewrites via WordPress should be avoided, instead I recommend the mod_rewrite (.htaccess) solution from that tutorial. I hope this helps!