Server Side Includes
Find out precisely what Server Side Includes is actually and exactly how you can use it to further improve your web sites.
Server Side Includes (SSI) is a simple server-side language, which lets you incorporate text from a specified source in a website. In the most common scenario, the text from one file is incorporated in a different one, providing a website the sense that it is dynamic. As an example, in case your website is made of 10 web pages, five of them can have the content of some file, like horoscope.txt. Any time you change this text file, the new content will appear on all of the five pages, which will allow you to update your site faster and easier than if you had to update part of all 5 pages. Server Side Includes is at times used to include the output of basic commands, scripts or functions as well - a hit counter that is shown on the website, the present date and time or the customer's IP address. Any web page that makes use of SSI will need to have a particular extension - .shtml.
-
Server Side Includes in Cloud Web Hosting
Server Side Includes is present on our progressive cloud hosting system, so no matter the
cloud web hosting you pick, it's possible to use this feature making your website much more dynamic. All you will have to do is going to be make a file called .htaccess in the home folder for the domain or subdomain where you wish to use SSI and after that add a few lines of code inside it. You simply won't require any coding skills however, as you're able to basically copy the necessary code from our help section, or our technical support can assist you to enable SSI for a given website. You need to simply customize the extension of the html file that will use Server Side Includes to .shtml and make sure that all of the links to those webpages on the site are accurate.