Cool, I figured it out :D I was adding the <Directory> section to my vhost, but adding it outside of the vhost section took care of things. Good thing for google :)
Cheers! Dan On 10/8/07, Dan Ryan <[EMAIL PROTECTED]> wrote: > > Thanks for that. I tried it without the + previously, though it gave > me the same effect. Would it be helpful if I pasted my entire > httpd.conf file? > > Cheers, > Dan > > On Oct 8, 2007, at 9:08 PM, Joshua Slive wrote: > > > On 10/8/07, Dan Ryan <[EMAIL PROTECTED]> wrote: > >> Hello All, > >> > >> I'm setting up an Apache mirror, and I'm finding it difficult to get > >> the FolderFirst directive for IndexOptions to function correctly. > >> I'm using httpd 2.2.6 and here's the snippet from my httpd.conf: > > > >> IndexOptions FancyIndexing NameWidth=* +FoldersFirst > >> ScanHTMLTitles DescriptionWidth=* > > > > Don't use "+"; just say "FoldersFirst". > > > > --------------------------------------------------------------------- > > 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] > > > >
