Forum Moderators: phranque
I am have trouble getting ssi running with Apache on a windows XP server. I have tried everything in the httpd.conf file. Here's a snapshot of what I added:
AddType text/html .shtml
AddType text/x-server-parsed-html .shtml
AddOutputFilter INCLUDES .shtml
LoadModule include_module modules/mod_include.so
Options Includes
AddHandler server-parsed .shtml
AddHandler server-parsed .html
Options Indexes FollowSymLinks Includes
DirectoryIndex index.shtml index.html
Evertime I stop and start apache. I try to load an index.shtml file but it doesnt load. Am I missing something?
Any help will be appreciated...
Thanks