Hi. I have a handler that matches all *.html and *.htm files this way: <Files *.html> SetHandler "perl-script" PerlHandler Apache::Entry </Files> but I want certain directories to override the handler. i.e., I want directory /foo to not execute the handler even if it contains .html files. How can I do this?? TIA. -- Luis
- Re: Excluding directories Luis Calero
- Re: Excluding directories Stas Bekman