> acl A dstdomain 195.23.114.74 > acl B urlpath_regex /inicial.php > > http_access allow A B > http_access deny !session Great!, now that works perfectly! And all sites entered are redirecting me first to the page I specified. Now I need to understand a few things and symptoms. When I open a browser window, I digit http://kernel.org, and I get redirected to http://1.1.1../inicial.php, and then I click the button I've made, and continue surfing in kernel.org page, I then go to the address bar, and digit www.samba.org, I'm redirected again to the page to http://1.1.1../inicial.php . Maybe it is not creating the session at all? When the session is created, is created by squid based on IP ADDR, or it's a coockie on the client's browser? For the session, there's any tool that I can see the active sessions and the rest of information about them, ETA time etc etc? Jorge,