True. I've just used ASP for so long now, that some of the (X)HTML counterparts are slipping from memory.
---------------------------------------------------------------------------- Larry A. Duncan - Field Systems Engineer Direct: (615) 599-5031 Toll-Free: (800) 869-9747 Cellular: (615) 500-3855 Fax: (615) 599-5259 ---------------------------------------------------------------------------- -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Morgan, Joshua Sent: Tuesday, January 29, 2002 7:51 AM To: NT 2000 Discussions Subject: RE: redirect from http to https You can also do it through HTML This code can be put in default.html and redirect people <HTML> <!--Site--> <!--default.htm--> <!--Copyright (c) Microsoft Corporation 1993-1997. All rights reserved.--> <META HTTP-EQUIV="REFRESH" CONTENT="0; URL=https://redirectedsite.com/default.html"> </HTML> Joshua Morgan PH: (864) 250-1350 Ext 133 [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 1:44 PM To: NT 2000 Discussions Subject: redirect from http to https Sorry if this is off-topic, but I'm running out of people to ask. I'm trying to set up a web server with SSL, and I would like to have people automatically redirected from http://sitename to https://sitename, rather than giving them a 403 error page. Win2K SP2, IIS 5. I tried replacing the 403 error page with a refresh page, and that worked a couple of times but then mysteriously stopped working - now I get a "you are not authorized to view this page" type of error. Strangely, the refresh page still works in Netscape, but not in IE. (I've tried this on a couple of computers w/ IE 5.5 and 6.) I'm told it's possible to rewrite the URL in Apache, but I can't figure out how to do this in IIS. If anyone could shed some light, I'd be very grateful. -Kirsten ___ Kirsten Petersen Network Engineering Central Email Administrator Oregon State University 541-737-9187 ------ You are subscribed as [EMAIL PROTECTED] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to [EMAIL PROTECTED] ------ You are subscribed as [EMAIL PROTECTED] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to [EMAIL PROTECTED] --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.319 / Virus Database: 178 - Release Date: 1/28/2002 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.319 / Virus Database: 178 - Release Date: 1/28/2002 ------ You are subscribed as [email protected] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to [EMAIL PROTECTED]
