You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Mark J Cox <ma...@ukweb.com> on 1996/05/10 11:37:23 UTC

Ignores

> I use the same trick to stop .htaccess files being sent out.
> 
> AddHandler ignore .htaccess

...I keep getting asked for an ignore (or NeverServe) directive that allows
something like this:

	NeverServe *~ *# *.c *.pl *.java .ht*

Mark