<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi,<br>
      <br>
      I am not using django, i will use:<br>
      <br>
      from urllib2 import HTTPRedirectHandler<br>
      HTTPRedirectHandler.http_error_302(url)<br>
      <br>
      i did not test it yet<br>
      <br>
      Cheers<br>
    </div>
    <blockquote cite="mid:53A3A4A0.4020108@gmail.com" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      hi, <br>
      <br>
      i want to make a http-redirect with falconframework. just put it
      into response HTML header?<br>
      <br>
      with cherrypy i had 'raise cherrypy.HTTPRedirect(url)<br>
      <br>
      i know that i can do that also with HTML:<br>
      <head><br>
          <meta http-equiv="refresh" content="0; url=<a
        moz-do-not-send="true" class="moz-txt-link-freetext"
        href="http://example.com/">http://example.com/</a>" /><br>
      </head><br>
          <br>
      i think with django you can do the redirect directly in urls.<br>
      <br>
      with falconframework i have similiar urls<br>
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
    </blockquote>
    <br>
  </body>
</html>