PHP ( Hypertext Preprocessor) and SSI ( Server Side Includes)

Posted by Christopher Baptiste on September 28, 2020

Server Side Includes (SSI) is a simple interpreted server-side scripting language used almost exclusively for theweb.

The most frequent use of SSI is to include the contents of one or more files into a web page on a web server.

In order for a web server to recognize an SSI-enabled HTML file and therefore carry out these instructions, either the filename should end with a special extension, by default .shtml, .stm, .shtm, or, if server is configured to allow this, set the execution bit of the file.