Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search not working on some phones › Reply To: Search not working on some phones
Hi!
Thank you for your kind words!
The problem is not actually with the phones, but with the server. It looks like your website is configured to the http://www.asitek.ee url, but it’s accessible without the “www” part as well. If you access the site without asitek.ee, the ajax requests are still sent to the http://www.asitek.ee url, which causes the problem, as it qualifies as a cross domain request, and it’s not allowed by your server.
To solve it, make sure to set the server url to http://www.asitek.ee everywhere. You can also use a .htaccess rule in the .htaccess file in the root directory to force redirect all visitors to the “www” prefixed url:
-
This reply was modified 7 years, 1 month ago by
Ernest Marcinko.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



