Hmm, that is true, the middle site would also have to have the SSL cert cover it.
George On 4/17/07, Victor Moore <[EMAIL PROTECTED]> wrote: > > Hi George, > > Thank you for your response. Unfortunately it won't work (as far as I can > tell). > I am ding a redirection now, but the message pops up before the > redirection > occurs. > Either I'm doing something wrong or the only way to do it is to get a wild > card ssl certificate that covers both domains : www.xyzdomain.com and > xyzdomain.com <https://www.xyzdomain.com/> > > Thanks > Victor > > On 4/17/07, George Abraham <[EMAIL PROTECTED]> wrote: > > > > Victor, > > If you do have access to the web server's configuration, why not define > a > > site called https://xyzdomain.com and then have a single page in the > home > > directory there that redirects to the correct site: > > https://www.xyzdomain.com? I usually have a single such directory that I > > have all such sites point to and there I have a index.cfm page that > > essentially has this code: > > > > <cfif ListFirst(CGI.HTTP_HOST,".") NEQ "www"> > > <cflocation url="https://www.#CGI.HTTP_HOST#')" addtoken="No"> > > </cfif> > > > > or some similar type of code. Other people may have better solutions > > though. > > > > HTH > > George > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275595 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

