> -----Original Message----- > From: Tom Evans [mailto:tevans.uk@xxxxxxxxxxxxxx] > Sent: Friday, July 31, 2009 2:54 AM > Do you understand the difference between <Directory> and <Location>? Nope, but I do now. :) (snip) > I'm pretty sure you just want <Location> containers rather than > <Directory>, like so: > <Location /> > # All your SSPI directives here > </Location> > <Location /public/> > Allow from all > Satisfy any > </Location> That worked (I had to put the "/public/" before the "/" and remove the trailing slash in "/public/", but it worked). Thanks for all the help. I think I'm good ... for now. Scott