Tag archive for ‘clean urls’

Clean URLS via PHP URL Routing Class

Clean URLS via PHP URL Routing Class

Having SEO in mind when creating and developing websites is very crucial. Therefore, URL router/dispatcher comes to play in creating basic URL friendly urls.

I’m totally fed up with query string especially on list and paginations. Luckily I came across with PHP Addictions’s Axial_UrlInterpreter php class using $_REQUEST variables.

… read more Clean URLS via PHP URL Routing Class