Hi, I would like to deny a request with http_access, but based on 2 ACLs. Is there a way to do this? The reason is that I want to produce a splash page, but only display it between certain times. I was thinking something like: http_access deny !new_users && correct_time where new_users and correct_time are ACLs. However, I don't think that's possible. Is there are way to achieve it? Thanks, Andy