On 2/10/06, William Sutton <[EMAIL PROTECTED]> wrote: > hmm...tried that, no dice....also tried adding the AddHandler line to my > > <Directory /> > > block... > > still no dice :( > > -- > William Sutton > > > On Fri, 10 Feb 2006, Brian Bell wrote: > > > You could try adding an .htaccess file in your www dir with the > > following two lines > > > > AddHandler server-parsed .shtml > > Options Indexes FollowSymLinks Includes > > > > > > -Brian
You need an AllowOverride options directive in a directory where you want to override the Options directive with .htaccess, and similarly AddOverride FileInfo for AddHandler don't you? -- Rick DeNatale Visit the Project Mercury Wiki Site http://www.mercuryspacecraft.com/ -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
