Hello i have a question about the "remote" checking. My question is: does the "remote" method need the php script to have .php in its name ? (i.e.: something.php) In other words, does "remote" method work with Apache's Rewrite function? I have two identical scripts which both return TRUE or FALSE to jquery.
Scripts: remote: "/somedir/something.php" - it works (jquery sends data and receives TRUE or FALSE correctly) remote: "/rewritedir/something" - doesn't work (jquery sends data and doesnt receive anything) The second example with apache's rewrite works only one way - jquery validation sends the data to the php script, but it cannot read the data back (at least for me). Can anyone please tell me if it can work this way? I really would like to preserve Apache's rewrite function...