Good ideas. Thanks.
- Original Message -
From: "Hugh Williams" <[EMAIL PROTECTED]>
To:
Sent: Thursday, July 13, 2006 2:18 PM
Subject: [EMAIL PROTECTED] Re: Windows and Server Side Includes
Pid wrote:
if it's called "home.shtm", you'll n
Pid wrote:
> if it's called "home.shtm", you'll need to:
>
> AddType text/html .shtm
> AddOutputFilter INCLUDES .shtm
To be somewhat more thorough, or at least to allow for this kind of potential
typo, try
AddType text/html .shtml .shtm
AddOutputFilter INCLUDES .shtml .shtm
And just as