Anyone know of any way to handle any request for a sub directory. For example, lets say I wanted to use a simple url like:
www.domain.com/users/name
But, I don't want to manage a user directory, I really just want a script, where I can pull the name from the requested URL, process it, and generate a page based on it.
Anyone know of any examples on how to handle this?
Not life threatening or anything, just curious.