[vox-tech] Cyclic links?
Troy Arnold
vox-tech@lists.lugod.org
Fri, 30 Aug 2002 21:53:24 -0700
On Fri, Aug 30, 2002 at 02:16:41PM -0700, Peter Jay Salzman wrote:
>
> i think www.pseudodictionary.com/index.php is using php's "location:"
Strictly speaking, location is not a php thing, just a normal http header.
#!/bin/sh
echo location: /some_other_url
echo
Maybe they've exceeded some quota or something, because it looks like
there's a redirect for the entire virtualhost to /suspended.page/
$ telnet homer.perfectpresence.com 80
Trying 209.123.207.194...
Connected to homer.perfectpresence.com.
Escape character is '^]'.
HEAD / HTTP/1.0
HTTP/1.1 302 Found
Date: Sat, 31 Aug 2002 04:38:07 GMT
Server: Apache/1.3.26 (Unix) mod_bwlimited/1.0 PHP/4.2.1 DAV/1.0.3
mod_log_bytes/0.3 FrontPage/5.0.2.2510 mod_ssl/2.8.9 OpenSSL/0.9.5a
Location: http://homer.perfectpresence.com/suspended.page/
Connection: close
Content-Type: text/html; charset=iso-8859-1
What is this site? It sounds interesting.
-t