Helpful Information
 
 
Category: Apache Development
Unable to get SSI to work with Apache on NT

I am having a hell of a time trying to get Apache to start parsing .shtm pages for server-side includes. I have followed the instructions from at least five different Web sites on how to do this, and none of it seems to work. I am running Apache 1.3.12 (I think it's .12) on NT 4.0. I have edited the default httpd.conf file in the following ways:

ServerAdmin <changed to my e-mail address>
ServerName 127.0.0.1
<Directory />
Options FollowSymLinks Includes
AllowOverride None
</Directory>
<Directory "C:/Program Files/Apache/htdocs">
Options Indexes FollowSymLinks MultiViews Includes
Order allow,deny
Allow from all
</Directory>
AddType text/html .shtm
AddHandler server-parsed .shtm


What am I missing here?










privacy (GDPR)