> > Now of course if you use some #CGI.SERVER_NAME# lookups first, then set > the > > content of index.cfm to match the domain in question you could be ok. > > Right, and I think that's what he's talking about doing.
Casey, Rick R.: Yes, that is what I meant. Rick F.: domain1.thedomain.com, domain2.thedomain.com, and www.thedomain.com all resolves to a single domain. Then, you can evaluate #CGI.SERVER_NAME# as a list with a "." delimiter. You can then look at the first position to lookup your client's specific info in your database. If its domain1, then lookup the db for domain1's specific info (domain1 = clientid1). If its www, then redirect to a main website (Ricks page). If the list only contains 2 values (ie thedomain.com) then redirect like to the same page as the www. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262619 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

