class ContactusController extends Zend_Controller_Action it result url/contactus.I like to change url/contact-us . How can i add “-” in url. Please help me to find-out the solution
class ContactusController extends Zend_Controller_Action it result url/contactus .I like to change url/contact-us . How
Share
You can do by adding a route with Zend_Router .
Can read more about it from http://framework.zend.com/manual/en/zend.controller.router.html