Thanks Joshua, > > There are lots of different ways to do this. Here's a > relatively simple one: > > <Location /> > Order deny,allow > Deny from all > Allow from intranet.example.com > ErrorDocument 403 /underconstruction.html > </Location> When I try this, and via a connection to the outside world, try to access the site, I get: -| Forbidden -| You don't have permission to access / on this server. -| -| Additionally, a 403 Forbidden error was encountered while trying to -| use an ErrorDocument to handle the request. If I "Deny from all" the "/" Location, does that mean that I can't server the ErrorDocument from there either? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx