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 this ? 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 -- View this message in context: http://www.nabble.com/descriptive-urls-using-zend-tp18084012p18084012.html Sent from the Zend Framework mailing list archive at Nabble.com.
