So I've done this before a number of different ways, but I wanted to get the opinion of the community.
What needs to be accomplished is essentially dynamic URLs that pull in content depending on what exists in the URL. Example:
This URL would pull in userA's content and populate the website. The idea is so multiple people can have their own custom spot on the website. It's the same website for everyone, but the user specific information changes per the URL request.
Taking this a step further, to be able to call example.com/userA/mediaID and display a video from userA.
Like I said, I've done this before, but I want to do it with best practices in mind... perhaps a combination of htaccess and CGI?
Thoughts?
For any CF developers that are familiar with Routing for Rails or .NET MVC, check out: http://cfwheels.org/
Wheels is an open-source CFML Routing System! Might be a winner!