Hi everyone,
I'm a newbi to CF and I have a project to work on, any help from you
would be greatly appreciated.
My scenario is I want to create 1 application with 1 hosting plan that
can be use by different domain users. So let say I have the
application built on www.main.com. I then have other domains setup:
www.user1.com, www.user2.com, www.user3.com, etc. I want them to
redirect to www.main.com. My first thought is to have all the other
domains point to the index.cfm of main.com, then the index.cfm on
main.com will be a "check" page where I check what HTTP address was
being passed and then I can assign the userID to main, ie:
www.main.com?userID=1.
Since this is just my assumptions, I would like to know:
1. is it even possible to grab the HTTP address and redirect it from
the user page to main so that I know which domain is being typed in?
2. if Question 1 is possible, any way of doing the redirect without
changing the address on the brower's address bar? (ie, ppl will not
know they have been redirect?)
Thank you in advance!!!!


|