Subject:
|
Re: redirector page
|
Newsgroups:
|
lugnet.publish
|
Date:
|
Wed, 5 Jan 2000 13:43:38 GMT
|
Viewed:
|
613 times
|
| |
| |
On Wed, 22 Dec 1999 06:21:13 GMT, Larry Pieniazek <lar@voyager.net>
wrote:
> Can someone post a snippet of html that correctly accomplishes a
> redirect? That is, it does one of those "this page moved, if your
> browser is grown up enough we'll take you there in 4 seconds, else click
> below"
<META> tags are the answer you're looking for - for a real redirect,
though:
barney:/var/spool/mail# telnet www.hotmail.com 80
Trying 209.185.243.135...
Connected to www.hotmail.com.
Escape character is '^]'.
GET / HTTP/1.0
HTTP/1.1 302 Found
Server: Apache/1.3.6 (Unix) mod_ssl/2.2.8 SSLeay/0.9.0b
Content-Type: text/html
Location: http://lc2.law5.hotmail.passport.com/cgi-bin/login
Via: 1.1 www-cache.casema.net (NetCache 4.0R3D5)
Date: Wed, 05 Jan 2000 13:04:30 GMT
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>302 Found</TITLE>
</HEAD><BODY>
<H1>Found</H1>
The document has moved <A
HREF="http://lc2.law5.hotmail.passport.com/cgi-bin/login">here</A>.<P>
</BODY></HTML>
Connection closed by foreign host.
barney:/var/spool/mail#
The important bits are in the headers - you need to convince your
Apache to send those, ideally.
Anyone else find it ironic that after more than a year of Microsoft
trying to move hotmail to NT, it still isn't?
Jasper
|
|
Message has 1 Reply: | | Re: redirector page
|
| (...) I hate it when people do it that way, especially when they make a delay of zero; makes it annoying to try and go back. (25 years ago, 5-Jan-00, to lugnet.publish)
|
Message is in Reply To:
| | redirector page
|
| Can someone post a snippet of html that correctly accomplishes a redirect? That is, it does one of those "this page moved, if your browser is grown up enough we'll take you there in 4 seconds, else click below" Thanks. (25 years ago, 22-Dec-99, to lugnet.publish)
|
10 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|