<PRE>
Doesn't the redirect snippet work in this also

<META HTTP-EQUIV="REFRESH" CONTENT="0; URL=https://...";>

or in javascript

<SCRIPT TYPE=TEXT/JAVASCRIPT>
<!--
function branchto()
{
var newURL = https://...
Document.location.replace(newURL)
}
-->
</SCRIPT>

<body onLoad="branchto();">

</PRE>


Ben Johansen - http://www.pcforge.com
Authorized Witango Reseller http://www.pcforge.com/WitangoGoodies.htm 
Latest downloads & List Archives @ http://www.witango.ws


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Web Dude
Sent: Thursday, September 26, 2002 6:20 AM
To: Multiple recipients of list witango-talk
Subject: Re: Witango-Talk: IIS and SSL

Okay, I haven't really tested this yet. But if you add this 
javascript tag in the body of the html on the default page, it should 
load the secure page.

<script>
         document.location="https://www.myserver.com";
      </script>

>Has anyone been able to find the trick to setting up both an SSL and a
>non-SSL server on the same IIS machine under Windows 2000 Server?
>
>All I want to do is to set up a redirect on the non-SSL side of
>http://www.myserver.com to redirect it to https://www.myserver.com. I
don't
>have two nic cards so I can't set up two IP addresses. What little
>documentation I did find is that you can't have two host headers when
one of
>the is SSL.
>
>I need to find a workable solution.
>
>Thanks,
>
>Steve Smith
>
>Skadt Information Solutions
>Office: (519) 624-4388
>GTA:    (416) 606-3885
>Fax:    (519) 624-3353
>Cell:   (416) 606-3885
>Email:  [EMAIL PROTECTED]
>Web:    http://www.skadt.com
>
>_______________________________________________________________________
_
>TO UNSUBSCRIBE: send a plain text/US ASCII email to
[EMAIL PROTECTED]
>                 with unsubscribe witango-talk in the message body


-- 
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to