FWIW if you use CGI through Apache there's no need for the HTTP/1.0 part. And if you do a redirect, you shouldn't be printing 200 OK too.
So far it worked fine for me to print nothing except the CGI->redirect header:
use CGI; print CGI->redirect('http://example.com/');
In reply to Re^2: url redirection
by moritz
in thread url redirection
by zoodog
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |