Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Redirect HTTP to HTTPS

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS 6 Won't Create Web  
Author Message
anonymous93

External


Since: Oct 15, 2003
Posts: 11



(Msg. 1) Posted: Tue Nov 04, 2003 7:13 pm
Post subject: Redirect HTTP to HTTPS
Archived from groups: microsoft>public>inetserver>iis (more info?)

Is there a way to redirect http to https on the same
server without using an .htm file that contains redirect
info? What I'm looking for is http://abc.com to redirect
to something like https://abc.com/exchange.

Thanks.

IIS5/W2K

 >> Stay informed about: Redirect HTTP to HTTPS 
Back to top
Login to vote
anonymous295

External


Since: Nov 01, 2003
Posts: 38



(Msg. 2) Posted: Tue Nov 04, 2003 11:04 pm
Post subject: Redirect HTTP to HTTPS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes, add a page to your web or maybe you have a page not
in use that can be used for redirect. Go to IISfaq's.com
and it will be shown in images how to do this. If no go
please repost I will help you.
Thanks
Joseph
 >-----Original Message-----
 >Is there a way to redirect http to https on the same
 >server without using an .htm file that contains redirect
 >info? What I'm looking for is <a style='text-decoration: underline;' href="http://abc.com" target="_blank">http://abc.com</a> to redirect
<font color=purple> >to something like <a style='text-decoration: underline;' href="https://abc.com/exchange.</font" target="_blank">https://abc.com/exchange.</font</a>>
 >
 >Thanks.
 >
 >IIS5/W2K
 >.
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Redirect HTTP to HTTPS 
Back to top
Login to vote
user1035

External


Since: Nov 02, 2003
Posts: 93



(Msg. 3) Posted: Wed Nov 05, 2003 3:23 am
Post subject: Re: Redirect HTTP to HTTPS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You could try this code:

(This code goes between the <head> </head> tags.)

<head>
<meta http-equiv="refresh" content="2;URL=https://www.yourplace.com/">
</head>

The content = 2 is the time, if you set it to 0 it will automatically go.
So if you wanted to make some kind of statement on this page you could set
the time to be 6 or 7 and it would give the user a few seconds to read what
was on the page.

--


Thank you for your time and have a great day,

Carroll P. MacDonald
System Administrator
Webmaster
Microsoft Certified Professional
A+ Certified

® Carroll P. MacDonald Digital Drive
1668 Route 133
Grand Barachois, N.B.
E4P 8H5
Ph.: (506) 532-2013
Cell: (506) 531-0483
<a style='text-decoration: underline;' href="http://www.digitaldrive.ca/" target="_blank">http://www.digitaldrive.ca/</a> (work)
<a style='text-decoration: underline;' href="http://www.pegusisfreeware.com/" target="_blank">http://www.pegusisfreeware.com/</a> (personal)


"Rob" <anonymous.TakeThisOut@discussions.microsoft.com> wrote in message
news:03bc01c3a331$9a063950$a601280a@phx.gbl...
 > Is there a way to redirect http to https on the same
 > server without using an .htm file that contains redirect
 > info? What I'm looking for is <a style='text-decoration: underline;' href="http://abc.com" target="_blank">http://abc.com</a> to redirect
<font color=purple> > to something like <a style='text-decoration: underline;' href="https://abc.com/exchange.</font" target="_blank">https://abc.com/exchange.</font</a>>
 >
 > Thanks.
 >
 > IIS5/W2K<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Redirect HTTP to HTTPS 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 4) Posted: Wed Nov 05, 2003 2:26 pm
Post subject: Re: Redirect HTTP to HTTPS [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Custom 403.4 (SSL Required) error page?

Cheers
Ken


"Rob" <anonymous.DeleteThis@discussions.microsoft.com> wrote in message
news:03bc01c3a331$9a063950$a601280a@phx.gbl...
: Is there a way to redirect http to https on the same
: server without using an .htm file that contains redirect
: info? What I'm looking for is http://abc.com to redirect
: to something like https://abc.com/exchange.
:
: Thanks.
:
: IIS5/W2K
 >> Stay informed about: Redirect HTTP to HTTPS 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
HTTPS IIS6 just cant work, HTTP is fine - Hello, I have been trying to configure iis6 for HTTPS access, have done the port 443, install Certificate using Cert Services, basically all the same config as my another iis5 box (which is working fine with HTTPS). Any idea? And... sometimes the IIS6....

HTTPS PUT - Is there a setting in IIS to allow remote file manipulation for copying files to a https server using MSXML. ?? getting error (HTTPS PUT: "12019: Unknown".) TIA -rulet

HTTPS redirector - We've set up a server with an SSL security certificate that covers the entire server. The url we're using used to belong to another department, and they want us to redirect their traffic. I've set up the index page with a redirect in the header. Problem...

https and htttp on the same site - Hi there I have just bought a SSL certificate for my domain www.mysite.com However I would like only some directories to go through https. Where in IIS5 can I set this up, or do I need to buy another SSL cert? If I need to buy a new certificate is it....

File Transfer with HTTPS - Can I transfer files using HTTPS?? I'd like to use IE as a psuedo ftp client and be able to log on to a site like https://server.com, browse folders, and then view a standard graphic file in the browser. Code samples, components, or other comments woul...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]