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
>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275589
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to