Server Side Includes (SSI) is a simple server-side language, which allows you to include text from a specified source within a web page. In the most popular case, the text from a file is integrated in a second one, providing a site the feeling it is dynamic. For instance, in case your website is comprised of ten pages, five of them can include the content of some file, for example horoscope.txt. Any time you alter this text file, the new content will come up on all five web pages, which shall permit you to revise your site much easier than if you had to update part of all 5 web pages. Server Side Includes is at times employed to contain the output of simple commands, scripts or functions as well - a hit counter that's shown on the website, the present date and time or the visitor's IP address. Every web page that employs SSI should have a particular extension - .shtml.
Server Side Includes in Shared Hosting
Since our custom made cloud hosting platform offers Server Side Includes on a global level, you'll be able to implement this function with the shared hosting packages we offer and bring dynamic content to your sites with a few clicks. SSI is activated for each individual domain or subdomain by placing an .htaccess file in the website folder with just a few lines of code. Of course, you don't need to turn into a coder for that since the needed code may be copied from the Help post that we have regarding Server Side Includes. If you want to utilize this feature for your site, you need to rename your site files from .html to .shtml and you have to double-check if all links on your website point to the modified names.