Hi, how could i do this with multiple websites like https://www.example.com, = https://www.example2.com etc? Regards, Markus -----Ursprüngliche Nachricht----- Von: Henrik Nordstrom [mailto:hno@xxxxxxxxxxxxxxx] Gesendet: Samstag, 22. Oktober 2005 10:03 An: Matus UHLAR - fantomas Cc: squid-users@xxxxxxxxxxxxxxx Betreff: Re: Https redirection On Fri, 21 Oct 2005, Matus UHLAR - fantomas wrote: > Redirect users connecting via HTTP to other address using acl and deny_info > (acl will disable HTTP connection, deny_info will send redirection to HTTPS > page) or redirector: http://www.squid-cache.org/Doc/FAQ/FAQ.html#toc15.5 And to detect the http_port you use the myport acl. acl httpport myport 80 http_access deny httpport deny_info https://www.example.com/ httpport Regards Henrik