I tried enabling SSI for my Apache 1.3.17 server by adding the following lines to httpd.conf, as suggested by this howto at Apache.org
Options +Includes
AddType text/html .shtml
AddHandler server-parsed .shtml
When I restart the server and test it, it doesn't work. None of the SSI (include) tags are parsed.
What am I doing wrong?




Bookmarks