We are building a community site and I'm trying to create some
friendly URLs so that people can pass them out easily. I just started
looking at Mach-II and have an IIS rewrite (IsapiRewrite4) working on
our servers.
I would like to create a URL structure similar to LinkedIn's:
http://www.linkedin.com/in/[my-user-name]
I suppose I *could* create a folder for each user but I would rather
pass a username/id and then load a standard page with the user's
profile from the db. Is this URL structure possible with Mach-II?
Thanks
Jeff