SSI stands for Sever Side Include. What this means is that a separate file is included into a different file on the server side. By the time it gets to the user it all looks like one big file. Using SSI helps prevent having to type the same chunk of code over and over again in every file. It also makes it easier to update because you can do it all from one file. Read more.
Comments
No comments yet. Leave a Comment

