gdhanasekar 0 Newbie Poster

Hi,

I am implementing the seo url in my site.The seo url is like directory based url, for example

example-site.com/index.php?module=site&content=page_categories&type=pages&id=mysql

to

example-site.com/index/module/site/content/page_categories/type/pages/id/mysql/

By using

RewriteRule index/module/(.*)/content/(.*)/type/(.*)/id/(.*)/ index.php?module=$1&content=$2&type=$3&id=$4

this is working fine,but I have to do this for each and every page of my site to generate seo urls.

Is there any other ways to implement the above directory like seo url using simple method?

Just I want all the GET parameters in my url instead of &,=

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.