I have a CMS site with dynamic url and I want to rewrite all the url to SEO friendly url.
For example, current about page url of my site is http://smartframeworkbd.com/beautiful/?option=content& cat_id=1& itemId=1.sf
I want to rewrite this url as http://smartframeworkbd.com/beautiful/content/about/1/1/
In this way I also want service page http://smartframeworkbd.com/beautiful/?option=service& cat_id=2& itemId=6.sf
as http://smartframeworkbd.com/beautiful/Service/2/6/
I won’t allow an…