thank you muchly. :)
Ricky Zhou wrote: > Scott Wilcox wrote: > >> and this works fine. The thing is, I have a directory inside this path, >> called "data" which I need to allow all users access too. Is this >> possible, and if so, how can I do it? >> > <Directory "/path/to/dir/data"> > Allow from all > Satisfy Any > </Directory> > > (See http://httpd.apache.org/docs/2.2/mod/core.html#satisfy) > > Hope this helps, > Ricky > >