On Tue, Apr 24, 2001 at 11:13:41PM -0400, Aaron Held opt <[EMAIL PROTECTED]> wrote:
> You can create a .htaccess file in the includes directory
> put something like
> 
> Order Deny,Allow
> Deny from all
> 
> .htaccess file
> http://apachetoday.com/news_story.php3?ltsn=2000-07-19-002-01-NW-LF-SW
> Deny directive
> http://httpd.apache.org/docs/mod/mod_access.html#allow
> 
> In order for this to work the http.conf file must allow this option, all 
> of my esmith test boxes are in parts right now so I cannot check this 
> for you.
> [...]

We do not use .htaccess files as the information can be cleanly coded into
the httpd.conf file via a template fragment. Managing .htaccess files is
yet another system management issue, and it is better to define a group
and then make use of that group in the fragment for httpd.conf

Gordon
--
  Gordon Rowell                         [EMAIL PROTECTED]
  http://www.e-smith.org (development)  http://www.e-smith.com (corporate)
  e-smith, inc. 1500-150 Metcalfe St, Ottawa, ON K2P 1P1 Canada

Reply via email to