Hi, There are some Webservers which don't read the first line if the cgi script and always return "200 Script output follows". CGIHTTPServer.py is one of them. This way redirecting does not work. This little patch redirects with the meta tag. Be sure to return the output of request.redirect: def foo(request): .... return request.redirect(...) Thomas -- Thomas Guettlerhttp://www.thomas-guettler.de