This article deals with Server Side Includes, usually called simply SSI. In this article, I'll talk about configuring your server to permit SSI, and introduce some basic SSI techniques for adding ...
I am trying to setup SSI on my apache server and I cant seem to get it working. <BR><BR>I've added these lines to the bottom of httpd.conf <BR>Options +Includes <BR>XBitHack on <BR><BR>and set the ...