It appears you have an error in the url you are passing two different operators/marks within the URL. Try removing the extra slash (or the question mark) - either one. One of them it's being interpreted for being part of the controller.
Change
from: ajax.php?/test/test
to: ajax.php?test/test
or: ajax.php/test/test
please try that for me
-cj[/quote]
Hmm, thats not working either, this is my .htaccess file, my site is in /var/www.