Archive of UserLand's first discussion group, started October 5, 1998.
Re: InfoWorld's redesign: Linkrot heaven
Author: J Grohol Posted: 6/21/1999; 9:04:57 AM Topic: InfoWorld's redesign: Linkrot heaven Msg #: 7629 (In response to 7611) Prev/Next: 7628 / 7630
Umm, this can be implemented rather seamlessly with a simple perl script like:#!/usr/bin/perl
$server = "archives.infoworld.com";
print "Status: 301 Moved Permanently\r
Location: http://$server$ENV{'PATH_INFO'}\r\n\r\n";Point the Web server's error response to this script. I can't help but wonder why this is being made so difficult...
There are responses to this message:
- Re: InfoWorld's redesign: Linkrot heaven, sandy_reed@infoworld.com, 6/21/1999; 7:43:30 PM
This page was archived on 6/13/2001; 4:50:57 PM.
© Copyright 1998-2001 UserLand Software, Inc.