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.
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.