On 9/27/07, gb1071nx <gb1071nx@xxxxxxxxxxxxxxxxxxxxx> wrote: > 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? Yah, ok. I thought it wouldn't apply to the subrequest. There are lots of ways to get around this too, including putting the following AFTER the first <Location> block: <Location /underconstruction.html> Allow from all </Location> Joshua. --------------------------------------------------------------------- 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