Server Side Includes
Learn precisely what Server Side Includes is actually and exactly how you can use it to enhance your websites.
Server Side Includes (SSI) is a basic server-side language, which allows you to include text from a given source in a web page. In the most popular scenario, the text from one file is incorporated in another, giving a site the sense that it is dynamic. For instance, in case your site involves 10 web pages, 5 of them can include the content of some file, like horoscope.txt. If you alter this text file, the modified content is going to appear on all of the five webpages, which shall allow you to revise your website faster and easier than if you had to modify part of all 5 web pages. Server Side Includes is occasionally utilized to contain the output of basic commands, scripts or functions as well - a hit counter that's shown on the site, the current date and time or the customer's IP address. Every webpage that works by using SSI will need to have a particular extension - .shtml.
-
Server Side Includes in Cloud Hosting
Since our custom cloud hosting system features Server Side Includes on a global level, you'll be able to implement this feature with all of the
cloud hosting packages we have and add in dynamic content to your websites with only a few mouse clicks. SSI is enabled for each individual domain name or subdomain by placing an .htaccess file in the site folder with only a few lines of code. Of course, you don't need to become a coder for that since the necessary code may be copied from the Help post we have regarding Server Side Includes. If you want to utilize this function for your website, it is important to rename your website files from .html to .shtml and you have to double-check if all of the links on your site point to the current names.