Hi i have a problem with "remote" checking. I have two identical scripts, both of them return 'true' or 'false':
1. /something.php 2. /script/something When i use the first PHP script in "remote", javascript sends data to the PHP script and PHP sends data to javascript. Everything is working OK. But when i use the second PHP script in "remote", which is executed the same way as the first, but the difference is, that this second script is handled through Apache's rewrite function, this second script sends data to PHP correctly but receives NO ANSWER. Although the script itself displays 'true' or 'false' when you call it directly from the browser. Is there any way that "remote" checking in jquery's validate will work with apache's rewrite ? Or am I doing something wrong ?