diff --git a/search.py b/search.py index f53cb75..2141e2c 100755 --- a/search.py +++ b/search.py @@ -83,7 +83,7 @@ def application(environ, start_response): doc, tag, text = Doc().tagtext() title = "Result for %s" % term if mytuple is not None: - status = "308 Redirect" + status = "307 Redirect" url = "%s/%s/%s.html" % (REDIRECTION_URL, form["what"], mytuple[0]) headers.append(("Location", url)) msg = "Redirect to %s\r\n" % (url)