Question on dynamic URL parsing

Posted by jerebear on Stack Overflow See other posts from Stack Overflow or by jerebear
Published on 2009-01-04T18:42:50Z Indexed on 2010/06/18 2:53 UTC
Read the original article Hit count: 327

Filed under:
|
|

I see many, many sites that have URLs for individual pages such as

http://www.mysite.com/articles/this-is-article-1 http://www.mysite.com/galleries/575

And they don't redirect, they don't run slowly...

I know how to parse URL's, that's easy enough. But in my mind, that seems slow and cumbersome on a dynamic site. As well, if the pages are all staticly built (hende the custom URL) then that means all components of the page are static as well... (which would be bad)

I'd love to hear some ideas about how this is typically accomplished.

© Stack Overflow or respective owner

Related posts about php

Related posts about url