Re: [us...@httpd] IP restricted site showing noindex.html not 403

2010-12-18 Thread Leonard den Ottolander
Hello Eric, On Sat, 2010-12-18 at 18:03 +0100, Leonard den Ottolander wrote: > On Sat, 2010-12-18 at 08:49 -0500, Eric Covener wrote: > > Assuming your "noindex" page is a custom 403 ErrorDocument just for /, > > then this is working correctly. You've overridd

Re: [us...@httpd] IP restricted site showing noindex.html not 403

2010-12-18 Thread Leonard den Ottolander
Hello Eric, On Sat, 2010-12-18 at 08:49 -0500, Eric Covener wrote: > Assuming your "noindex" page is a custom 403 ErrorDocument just for /, > then this is working correctly. You've overridden the error response > with something very specific for this URL. No, it's not. It's what I presume is the

[us...@httpd] IP restricted site showing noindex.html not 403

2010-12-18 Thread Leonard den Ottolander
Hello, I've set up a test site to which I restricted access by setting "Allow from" to a single IP address in the web root Directory entry. However, when I access the site from another IP by just providing the domain name (http://example.com) I get the noindex.html page instead of the expected 403