Caldus wrote
Umm ... OK?
I was asking a question ... how do I go about changing the URLs to look like that for my web server?
Actually, there isn't a single question mark in your first post, making it a statement rather than a question.
I'm not an expert on regular expressions, however I think redirecting
/application/(.*)/(.*) to
/application/index.php?$1&$2 should solve your problem.