<div dir="ltr"><div>Before trying squid 4 this worked as intended:</div><div><br></div><div>acl PORT80 myport 80</div><div>acl MYSITE dstdomain <a href="http://www.domain.com">www.domain.com</a></div><div>http_access deny PORT80 MYSITE</div><div>deny_info 301:<a href="https://www.domain.com">https://www.domain.com</a>%R MYSITE</div><div><br></div><div>For 4.0.24 the %R is always blank. So all redirected go to the root of the website. Is there something else I should be doing or is this a bug?</div><div><br></div></div>