> 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.
I don't think that would work, either. The client will check the server's certificate for validity before any response is sent to the client; in fact, before the HTTP request is actually made by the client. Only after the SSL handshake is successful, does any actual request data get sent to the server. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! This email has been processed by SmoothZap - www.smoothwall.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275648 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

