I'm trying to make a page redirect to a homepage if a user has logged in
before. I have everything running except the redirect command. Here's what
I have:
print redirect ( "homepage.pl" );
It gives me a message on the page that says:
Status: 302 Moved location: homepage.pl
What am I doing wrong? The file homepage.pl is in the same directory as the
file that the above code is on. Any ideas?
Thanks!
Josh
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: problems with redirect page perl
- Re: problems with redirect page simran
- Re: problems with redirect page Michael Kelly