>> deny_info ERR_DENIED_URLBS blockedsites !Full all > >NP: hark back to the first problem. deny_info takes *one* ACL name for the custom page to be linked to. Not a set of ACLs. > >> http_access deny blockedsites !Full all > >Second problem; > "blockedsites" is not the last ACL on the line, so it is not the reason for denial. It is just one of the steps to get to that reason. "all" is the reason >here. > >NP: you can create dummy ACLs for linking to the deny_info like this: > > acl dummy_urlbs src all > deny_info ERR_DENIED_URLBS dummy_urlbs > http_access deny blockedsites !Full dummy_urlbs Thank you SO much, I just moved the "Blockedsites" ACL to be the last, now it works fine :) Now it's: http_access deny !Full all blockedsites