hi all!
i have a java application that needs to be written in PHP.
i am accessing a servlet from URL like this:
http://www.abc.com/Download?filename=a.mpeg
where "Download" is a servlet name.
my question is, is it possible to do the same in PHP? where i just write the name "Download" and it will be forwarded to "download.php" and do some processing.
i have tried using mod_rewrite but i was not successful in doing so.
thanks. 🙂