This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Works (results) only when logged in; otherwise 404

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Works (results) only when logged in; otherwise 404 Reply To: Works (results) only when logged in; otherwise 404

#21971
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Arif,

The site ajax URL seems to be set incorrectly. The ajax requests are made to the following URL:

https://yoursite.com/ajax

..while it should be:

https://yoursite.com/wp-admin/admin-ajax.php

If you changed this anywhere programatically, I highly recommend swithing it back to the detault, as it seems like some of the requests are not properly registered with it.

Alternatively, you can try turning on the custom ajax handler, that is bundled with the plugin. That usually resolves these types of issues.