Problem in implementing the Url Rewritting for a Zend Application
- by Nishant
Hello everyone,
I am doing my first Zend Applicaition and I am finally done with the coding side.
But the problem which I have is Client has asked to rewrite the Url's which follows the SEO and as I don't have much knowledge of the Zend Router,I am finding myself helpless this time.
Please helo me out.The current Url which I have is...
http://localhost.ZendProject.com/keywords/ball
and Client needs it like
http://localhost.ZendProject.com/keywords/ball
and another Url (the search Url)
http://localhost.ZendProject.com/search/trends?q=nishant+shrivastava&select=All&Search=Search
and the Client wants is
http://localhost.ZendProject.com/nishant-shrivastava
Please help me out of this problem,because I am totally freaked out thinking of any solution and my mind is also not helping me out.