Archive

Posts Tagged ‘rewrite rule’

how to use generated slug (using .htaccess)

November 27th, 2009 Jigish Thakar 2 comments
illu htaccess1 how to use generated slug (using .htaccess)

As one of my friend & reader asked question on one of my post PHP: Generate Slug,

The BookWorm: Does google read it in the new fashion then? Or the old fashioned way as a regular query string?

Lemme know this, coz I need to kinda implement this on my site too
Also, when it converts it into the new url, can I still access them via $_GET[]?

so the answer is that function was just to generate the slug but not seo friendly URL, and now here we will talk about how to use it for SEO friendly Urls.

first consider you have one social networking site with name “technoreaders.com”
and you have many modules in it e.g. blogs, forums, groups, messaging… etc Read more…