Server Side Includes
Find out exactly what Server Side Includes is and also how you can use it to enhance your web sites.
Server Side Includes (SSI) is a popular server-side scripting language, that is employed to incorporate the content of one file inside of another file. It is employed mainly with online content and it will make a static HTML site more dynamic. If you'd like to have a daily quote displayed on many web pages within your site, as an example, you can make a text file and replace the quote inside it daily. All of the webpages where this file is incorporated are going to show the modified quote, so you'll not need to alter them manually every single time. SSI could also be used to contain the output of simple functions instead of a static file - for instance, the viewer's IP address, a hit counter or maybe the present date and time. In this manner, you can make your internet site seem more professional and more attractive to the visitors. Web pages that use SSI get a .shtml extension.
-
Server Side Includes in Shared Hosting
Server Side Includes is supported on our modern cloud hosting platform, so whatever the
shared hosting you select, you'll be able to make use of this feature making your site more dynamic. All you will have to do is going to be make a file called .htaccess in the main folder for the domain name or subdomain where you would like to use SSI and after that include a handful of lines of code inside it. You simply will not require any coding skills though, as you're able to simply copy the necessary code from our help section, or our tech support team can assist you to activate SSI for any specified website. You just have to modify the extension of any html file which will use Server Side Includes to .shtml and make sure that all links to these webpages on the site are accurate.