By default when mod_rewrite is on on Apache, you would do: localhost/
Module/Controller/Action?argKey=argValue
Or if you dont want to use it, it would be localhost/index.php?/Module/Controller/Action?argKey=ArgValue
/App
____/Main
_________/ Module
_________________Controller.php
__________________________::actionAction()
And to retrieve the argKey, inside of actionAction(), $this->getParam("argKey");