php - SEO friendly url for Zend framework site with htaccess -


can 1 tell me how make seo friendly url zend framework site htaccess ?

example :

http://www.example.com/search/detail/guid/40812 

will like

   http://www.example.com/search/user's category/user's name    like:   http://www.example.com/search/doctors/rahul sharma 

in zend framework, can make use of standard router provide urls think of seo friendly.

you can write user defined routes map url onto controller / action , it's parameters.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -