%3f problem on apache
when i do thisRedirectMatch /al/(.*)$ http://domain.com/test.php?come=$1
it redirects to url http://domain.com/test.php%3f come=$1
and it gives 404 error of course
assume mod_rewrite donot work on my machine
how can i fix this?
thanks