SSI on Apache 2.2.27 not working
Hello, all,
This is my first time trying anything with SSI.
I have Apache 2.2.27 running on Windows (C:\apache), and I have been following a few blogs/posts on how to configure Apache to use server-side includes. I believe that I have everything as it should be.
In C:\apache\conf\httpd.conf:
I uncommented "LoadModule include_module modules/mod_include.so"...
ServerName 127.0.0.1:80
DocumentRoot "C:\ColdFusion10\cfusion\wwwroot"
In my DIRECTORY, I changed the following:
Options FollowSymLinks
to:
Options FollowSymLinks Options
In my DIRECTORY "C:\ColdFusion10\cfusion\wwwroot", I changed the following:
Options Indexes FollowSymLinks
to:
Options Indexes FollowSymLinks Includes
I added the following to an IfModule tag:
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Then, I create a .shtml file called "menu.shtml", place a few lines just for testing, and include it in another file "csstest.html":
<!--#include file="menu.shtml" -->
.. and it does not work. At all.
What am I missing?
V/r,
^_^
UPDATE: Before anyone asks.. yes, I did stop and restart the Apache service before coming here to ask.
![]()
