Re: [EMAIL PROTECTED] SSl problem using Includes

2007-08-10 Thread Joshua Slive
On 8/10/07, Kyle Wilcox <[EMAIL PROTECTED]> wrote: > I'm trying to allow SSI from my apache server. > The Apache docs say to include the following: > >Options +Includes >Options Indexes FollowSymLinks >AddType text/html .shtml >AddOutputFilter INCLUDES .shtml Ahhh... No they don't.

[EMAIL PROTECTED] SSl problem using Includes

2007-08-10 Thread Kyle Wilcox
I'm trying to allow SSI from my apache server. The Apache docs say to include the following: Options +Includes Options Indexes FollowSymLinks AddType text/html .shtml AddOutputFilter INCLUDES .shtml And that will cause Apache to parse the .shtml files being served for SSI to execute.