You would need to do this at the web server level. Are you running 
Apache or IIS? If you're running Apache, I could give you some code that 
would do this for you. ;) If you're running IIS, Google for information 
on setting up a 301 redirect.

Because this redirection is done at the web server level (as opposed to 
sending something to the client machine like a CFLOCATION would do) I'm 
95% sure that this will give you a redirect without an error message. 
The CFLOCATION (or javascript, or whatever) requires the web server to 
send a response back to the client. This will result in the SSL error 
which you're trying to avoid.

Hope this helps!

Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
BlueDragon Alliance Member
[EMAIL PROTECTED]


Victor Moore wrote:
> Hi,
> 
> I have the following scenario:
> site: https://www.xyzdomain.com has a valid SSL certificate
> if users type https://xyzdomain.com they get invalid
> cert error.
> 
> What is the best way to do a redirect (from https://xyzdomain.com  to
> https://www.xyzdomain.com <https://xyzdomain.com/> )  without getting an
> error.
> One possible solution (I think) is to have  a redirect file (basically a js
> script) and then pointing the  403.4 message to this file (not tested yet).
> Are there any other solutions?
> 
> Thanks
> Victor
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:275600
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