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

<Directory "/com/knutejohnson/rrr">
    Options Indexes
    <FilesMatch "\.dat$">
        Allow from all
    </FilesMatch>
</Directory>

I've tried about 8000 other combinations but this is the one I thought should really work. I get "Forbidden" when I try to load it in the browser. I can deny all the .dat files and that works, why doesn't allowing them?

Thanks,

--

Knute Johnson
[EMAIL PROTECTED]


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to