Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Help needed on HTTP redirects

by Spenser (Friar)
on Aug 04, 2004 at 17:40 UTC ( [id://380054]=note: print w/replies, xml ) Need Help??


in reply to Re: Help needed on HTTP redirects
in thread Help needed on HTTP redirects

How about this deviation on the same theme:
use CGI ':standard'; print CGI->redirect(-location=>"http://www.food.com/bar.html");
Better yet, why not do some configuring in Apache. You could redirect the user to a diffent web page depending on the error message. Here are examples for error 404 and error 500, which are typical ones, that you could add to /etc/httpd/conf/httpd.conf configuration file or even to a .htaccess file.
ErrorDocument 404 /error_msgs/error_notfound.html ErrorDocument 500 /error_msgs/error_scriptproblem.html
See this article on Apache Redirection from Unix Review.

-Spenser

That's Spenser, with an "s" like the detective.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://380054]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-23 16:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found