[mod_python] redirects and url rewriting

Michael S. Fischer michael at dynamine.net
Mon Dec 22 11:50:27 EST 2003


I wrote:

> Browsers determine what to display in the address bar based on two 
> things only: (1) the URL requested by a user (bookmark, address bar or 
> some other UI mechanism), or (2) an HTTP Redirect: header returned by 
> the server.

That should be an HTTP Location: header combined with a 301/302 HTTP 
response code.

--Michael


More information about the Mod_python mailing list