Hi Stephens,
I'm afraid this won't work either. Your SSL certificate is for
basketbasics.com domain.
if you type https://www.basketbasics.com you will get a browser notification
message and thinking about the purpose of a SSL certificate it makes sense.
Thanks
Victor
On 4/17/07, Stephens, Larry V <[EMAIL PROTECTED]> wrote:
>
> I have a certificate on my basketbasics.com account (in that name). I
> use a javascript redirect in the root that redirects either
> basketbasics.com or www.basketbasics.com and it works okay for me. (See
> below) I don't know if how the certificate is installed is a function of
> this or not.
>
> <script language="JavaScript">
> <!--
>
> s = location.search;
>
> if ( location.hostname.toLowerCase() == "www.basketbasics.com" ) {
>
> window.location =
> "https://BasketBasics.com/BasketBasics/index.html" + s;
> } else if ( location.hostname.toLowerCase() == "basketbasics.com" ) {
>
> window.location =
> "https://BasketBasics.com/BasketBasics/index.html" + s;
>
> } else if ( location.hostname.toLowerCase() ==
> "www.indiancreekbluegrass.com" ) {
>
> window.location =
> "http://www.IndianCreekBluegrass.com/IndianCreekBluegrass/index.html" +
> s;
>
> } else if ( location.hostname.toLowerCase() ==
> "indiancreekbluegrass.com" ) {
>
> window.location =
> "http://www.IndianCreekBluegrass.com/IndianCreekBluegrass/index.html" +
> s;
>
> And so on. I have several domain names pointed here and this script
> processes all of them in the same manner with an else statement at the
> end that is blank, i.e., the webserver serves up the text in the file
> holding this code (index.html in the root).
>
> If it's not obvious, the Basketbasics.com redirects right back to the
> root again (using the name on the certificate) and the rest takes them
> to the proper directory.
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:275639
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4