Server Side Includes
Learn exactly what Server Side Includes is actually and also how it can be used to improve your websites.
Server Side Includes (SSI) is a well-known server-side scripting language, which is often used to incorporate the content of one file within a second file. It is utilized typically with online content and it can make a static HTML website much more dynamic. If you need to have a daily quote displayed on a number of pages on your site, for example, you can create a text file and switch the quote inside it every single day. All the webpages where this file is incorporated will show the modified quote, so you will not need to edit every one of them personally every time. SSI can also be used to incorporate the output of simple functions as opposed to a static file - for example, the viewer's IP address, a hit counter or the present time and date. In this manner, you may make your site appear much more professional and much more appealing to the visitors. Web pages that use SSI get a .shtml extension.
-
Server Side Includes in Cloud Web Hosting
All of the
Linux cloud web hosting we offer support Server Side Includes, so you're able to add dynamic components to any static website that you host on our cloud platform. By creating an empty .htaccess file and entering a few lines of code inside, you're able to activate SSI for a domain name or maybe a subdomain. The file concerned needs to be in the exact folder where you are going to use SSI and you can get the code inside our Frequently Asked Questions section, and that means you do not need any kind of coding practical experience. Our 24/7 tech support staff shall also be capable to help you with activating Server Side Includes if you're not certain what to do. You should additionally remember to change the extension of all your files which will implement SSI from .html to .shtml and make certain that the links on your website point to the proper files.