Re: [EMAIL PROTECTED] FilesMatch problem?

2008-11-29 Thread Knute Johnson
Eric Covener wrote: On Sat, Nov 29, 2008 at 1:36 PM, Knute Johnson <[EMAIL PROTECTED]> wrote: Thanks, I tried that but it didn't work. I'm just surprised that with Options Indexes and a FilesMatch that you lose the index of the matching files. I don't think you generally do. You got any id

Re: [EMAIL PROTECTED] FilesMatch problem?

2008-11-29 Thread Knute Johnson
Morgan Gangwere wrote: Thanks, I tried that but it didn't work. I'm just surprised that with Options Indexes and a FilesMatch that you lose the index of the matching files. OOPC, have you looked at replicating the .htaccess restriction from apache2.conf (iirc)? Sorry, I have no idea wh

Re: [EMAIL PROTECTED] FilesMatch problem?

2008-11-29 Thread Eric Covener
On Sat, Nov 29, 2008 at 1:36 PM, Knute Johnson <[EMAIL PROTECTED]> wrote: > > Thanks, I tried that but it didn't work. I'm just surprised that with > Options Indexes and a FilesMatch that you lose the index of the matching > files. I don't think you generally do. -- Eric Covener [EMAIL PROTECTE

Re: [EMAIL PROTECTED] FilesMatch problem?

2008-11-29 Thread Morgan Gangwere
Thanks, I tried that but it didn't work. I'm just surprised that with Options Indexes and a FilesMatch that you lose the index of the matching files. OOPC, have you looked at replicating the .htaccess restriction from apache2.conf (iirc)? -- Morgan Gangwere Unknown Software http://sonof

Re: [EMAIL PROTECTED] FilesMatch problem?

2008-11-29 Thread Knute Johnson
Eric Covener wrote: On Sat, Nov 29, 2008 at 1:14 PM, Knute Johnson <[EMAIL PROTECTED]> wrote: Order isn't the problem but I've identified part of it. I can access the .dat files but I can't see them with the index. That's why I thought I couldn't get to them. Is there any way to index the Fil

Re: [EMAIL PROTECTED] FilesMatch problem?

2008-11-29 Thread Eric Covener
On Sat, Nov 29, 2008 at 1:14 PM, Knute Johnson <[EMAIL PROTECTED]> wrote: > Order isn't the problem but I've identified part of it. I can access the > .dat files but I can't see them with the index. That's why I thought I > couldn't get to them. Is there any way to index the FilesMatch(ed) files

Re: [EMAIL PROTECTED] FilesMatch problem?

2008-11-29 Thread Knute Johnson
Eric Covener wrote: On Sat, Nov 29, 2008 at 3:19 AM, Knute Johnson <[EMAIL PROTECTED]> wrote: I'm trying to limit access in a directory to just files that have a .dat extension. The httpd.conf file is stock with the addition of Options Indexes Allow from all I've tried abo

Re: [EMAIL PROTECTED] FilesMatch problem?

2008-11-29 Thread Eric Covener
On Sat, Nov 29, 2008 at 3:19 AM, Knute Johnson <[EMAIL PROTECTED]> wrote: > I'm trying to limit access in a directory to just files that have a .dat > extension. The httpd.conf file is stock with the addition of > > >Options Indexes > >Allow from all > > > > I've tried about

[EMAIL PROTECTED] FilesMatch problem?

2008-11-29 Thread Knute Johnson
I'm trying to limit access in a directory to just files that have a .dat extension. The httpd.conf file is stock with the addition of Options Indexes Allow from all I've tried about 8000 other combinations but this is the one I thought should really work. I get "Forbi