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

Reply To: The search does not work on Firefox

Home Forums Product Support Forums Ajax Search Pro for WordPress Support The search does not work on Firefox Reply To: The search does not work on Firefox

#8699
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

The ajax requests are redirected incorrectly on your server

1. The initial ajax request returns a status of 302, which means it’s redirected: http://i.imgur.com/bdY2iIL.png
2. It initiates another 2 requests to the same file (???) and returns the whole page as result, thus no event handlers were executed: http://i.imgur.com/8ydhcnw.png

You probably have an incorrect or malfunctioning .htaccess configuration file, or one of the rules is redirecting incorrectly. I recommend checking that, or reverting it to the default.
This can be caused by the virtual hosts file as well on your server configuration, however it’s most likely a .htaccess related issue.