Sorry Terry, it was a bit tongue in cheek.
FileInfo is a wrapper for AddType, AddEncoding, AddLanguage
check out
http://linuxselfhelp.com/apache/manual/mod/mod_mime.htmlto find out what these are.
You may want to look at say naming all the ibays with gallery in it as
gallery1, gallery2 etc
then you could modify 90e-smithAccess40ibays
and add another 'if' statement
if ($properties {'Name'} eq 'gallery*')
$OUT .= " AllowOverride Options FileInfo\n";
else
$OUT .= " AllowOverride Options None\n";
It will probably need a bit of playing to get it right.
Put it templates-custom so that httpd.conf remains original if you stuff it up.
Jon