Server Side Includes
Learn more about SSI (Server Side Includes) - what it is and how you will be able to employ it so as to enhance your website's functionality.
Server Side Includes (SSI) is a basic server-side language, which enables you to incorporate text from a specified source in a website. In the most widespread situation, the text from one file is included in a second one, providing a website the sense that it's dynamic. For instance, in case your website involves 10 web pages, five of them can have the content of any kind of file, such as horoscope.txt. If you ever alter this text file, the new content is going to appear on all of the five web pages, which will allow you to update your website much easier than if you had to update an element of all 5 web pages. Server Side Includes is sometimes used to incorporate the output of simple commands, scripts or functions as well - a hit counter that's shown on the website, the present time and date or the visitor's IP address. Every web page that makes use of SSI must have a special extension - .shtml.
-
Server Side Includes in Semi-dedicated Hosting
You will be able to enable and make use of Server Side Includes with merely a number of mouse clicks with any of the
semi-dedicated server plans because the feature is supported on the cloud platform where your brand-new account shall be configured. All you need to do will be to make a blank file named .htaccess via your Hepsia Hosting Control Panel and then add a number of lines of code inside. You will find the latter in one of the Help articles which can be found within your account, so you don't need any kind of programming capabilities - you are able to simply copy the code in question. All pages that will utilize Server Side Includes must have a .shtml extension, so in case you incorporate this feature to an active site, you need to make sure that you bring up to date all of the links on it.