Forum Moderators: phranque
LoadModule include_module modules/mod_include.so
..
<Directory "C:/Apache Software Foundation/Apache2.2/htdocs">
..
..
Options FollowSymLinks ExecCGI Includes
..
</Directory>
I have this in my index.html:
<!--#include virtual="example.pl" -->
However, when the index.html is executed, I cannot get the example.pl being executed.
Anything I missed?
You will also need to either rename the file to use a .shtm or .shtml extension, or add the directive
AddHandler server-parsed .html XBitHack is to be preferred if only a few of your .html files need to be parsed for SSI.
Jim