Server Side Includes (SSI) is a popular server-side scripting language, which is used to add the content of one file inside a second file. It's utilized principally with online content and it can help make a static HTML site a lot more dynamic. If you want to have a daily quote shown on a number of web pages on your site, for instance, you can create a text file and switch the quote in it daily. All of the webpages in which this file is incorporated are going to show the updated quote, so you will not have to modify them manually every time. SSI could also be used to contain the output of basic functions rather than a static file - for example, the visitor's IP address, a hit counter or the present time and date. In this way, you can make your internet site appear far more professional and more attractive to the visitors. Pages that implement SSI use a .shtml extension.
Server Side Includes in Shared Hosting
All Linux shared hosting packages that we offer you support Server Side Includes, so you're able to include dynamic components to your static site that you host on our cloud platform. By making a clear .htaccess file and typing in a couple of lines of code inside, you'll be able to enable SSI for a domain name or maybe a subdomain. The file concerned must be within the exact folder where you will make use of SSI and you can also find the code inside our Frequently Asked Questions section, and that means you do not need any coding practical experience. The 24/7 technical support crew shall also be able to assist you with enabling Server Side Includes if you're not sure how to proceed. You should also make sure to change the extension of all of the files that are going to use SSI from .html to .shtml and make certain that the links on your site lead to the correct files.