in reply to Need HTML Redirect
My guess is that you may have missed the newlines on the Content-type line:
You might also consider using a simpler redirect of the form,print "Content-type: text/html\n\n";
HTH#!/usr/bin/perl print "Location : new-url\n\n"; exit;
Philosophy can be made out of anything -- or less
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: Re: Need HTML Redirect
by merlyn (Sage) on Sep 29, 2000 at 00:31 UTC | |
RE: Re: Need HTML Redirect
by Tii (Monk) on Sep 29, 2000 at 00:43 UTC |