Error Messages

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
riley
Forum Commoner
Posts: 45
Joined: Thu May 02, 2002 6:31 pm

Error Messages

Post by riley »

Can I setup a html page to display instead of :

Code: Select all

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
User avatar
qiangxd
Forum Newbie
Posts: 8
Joined: Thu Dec 05, 2002 6:00 pm

Post by qiangxd »

you can do it like this. change the php.ini
cgi.force_redirect = 1
Post Reply