Problem in implementing the Url Rewritting for a Zend Application
Posted
by Nishant
on Stack Overflow
See other posts from Stack Overflow
or by Nishant
Published on 2010-04-30T09:40:29Z
Indexed on
2010/04/30
9:47 UTC
Read the original article
Hit count: 338
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.
© Stack Overflow or respective owner