diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py
index 0951adc5..deb52ce0 100644
--- a/copyparty/httpcli.py
+++ b/copyparty/httpcli.py
@@ -873,7 +873,7 @@ class HttpCli(object):
self.parser.drop()
ck, msg = self.get_pwd_cookie(pwd)
- html = self.j2("msg", h1=msg, h2='ack', redir="/")
+ html = self.j2("msg", h1=msg, h2='ack', redir="/?h")
self.reply(html.encode("utf-8"), headers={"Set-Cookie": ck})
return True