Server Side Includes (SSI) is a basic server-side language, which allows you to incorporate text from a given source in a website. In the most widespread case, the text from a single file is included in a second one, providing a website the sense that it's dynamic. For instance, in case your website is made of ten webpages, five of them can have the content of some file, such as horoscope.txt. In case you modify this text file, the new content will come up on all five pages, which shall enable you to revise your website faster and easier than if you had to modify a component of all 5 pages. Server Side Includes is in some cases employed to incorporate the output of simple commands, scripts or functions as well - a hit counter that is shown on the website, the current date and time or the customer's IP address. Every webpage that utilizes SSI should have a unique extension - .shtml.
Server Side Includes in Web Hosting
As our customized cloud hosting system offers Server Side Includes on a global level, you will be able to utilize this function with the web hosting plans that we have and add dynamic content to your sites with a couple of clicks. SSI is enabled for every individual domain name or subdomain by inserting an .htaccess file in the site folder with just a few lines of code. Certainly, you don't need to become a coder for that because the required code can be copied from the Help post we have regarding Server Side Includes. If you would like to employ this function for your website, it is important to rename your website files from .html to .shtml plus you've got to double-check if all links on your website point to the up to date names.