Hello friends, I am using php5 with zend, mysql for my site. My URLs look like this : mydomain.com/controllername/action/param1 name/param1 value/param2 name/param2 value if param1 name/param1 value - matches to 'sports' in database, and if param2 name/param2 value - matches to 'golf balls' in database how do I get the url to look like mydomain.com/controllername/sports/golf-balls I am not very good with zend, but can find my way given a starting point. thanks in advance. - Govind