Skip to main content
Inspiring
June 6, 2007
Answered

Directory Based linking

  • June 6, 2007
  • 1 reply
  • 305 views
I am in the process of creating a site that will have multiple members. However I'd like the it if someone could come into the site like this:

www.sitename.com/username

rather than:

www.sitename.com/members/index.cfm?view&membername

Is there a tutorial somewhere where I can learn how to do this. I am currently using an SE Friendly link system but they still look like:

www.sitename.com/members/index.cfm/view/membername

thank you in advance for your expertise
This topic has been closed for replies.
Correct answer insuractive
www.sitename.com/username is a mapping you would have to set up in your Internet server (not your applicaiton server). If you wanted to automate the process, you'd probably have to figure out how to write a script to interact with whatever web server you are using (Win, Linux, Unix, etc). I'm hoping you get a good response to your question on this forum, but its probably unlikely due to the subject matter. A better place to post this question would be on a site dedicated to those server technologies.

1 reply

insuractiveCorrect answer
Inspiring
June 6, 2007
www.sitename.com/username is a mapping you would have to set up in your Internet server (not your applicaiton server). If you wanted to automate the process, you'd probably have to figure out how to write a script to interact with whatever web server you are using (Win, Linux, Unix, etc). I'm hoping you get a good response to your question on this forum, but its probably unlikely due to the subject matter. A better place to post this question would be on a site dedicated to those server technologies.