Server Side Includes
Find out just what Server Side Includes is and exactly how it can be used to further improve your websites.
Server Side Includes (SSI) is a popular server-side scripting language, employed to include the content of one file inside of a second file. It's utilized typically with online content and it could make a static HTML site far more dynamic. If you need to have a daily quote shown on a number of webpages on your site, for example, you can make a text file and replace the quote in it daily. All web pages where this file is integrated are going to show the updated quote, so you'll not have to alter every one of them personally every time. SSI may also be used to incorporate the output of simple functions as opposed to a static file - for instance, the visitor's IP address, a hit counter or even the current date and time. In this manner, you can make your website look more professional and more attractive to the visitors. Web pages that implement SSI use a .shtml extension.
-
Server Side Includes in Shared Web Hosting
As our custom cloud hosting system has Server Side Includes on a global level, you'll be able to make use of this function with all of the
shared web hosting packages that we have and add in dynamic content to your sites with a few mouse clicks. SSI is activated for each specific domain name or subdomain by inserting an .htaccess file in the site folder with just a few lines of code. Naturally, there is no need to turn into a programmer for that as the necessary code may be copied from the Help article that we have related to Server Side Includes. If you wish to use this function for your website, it is important to rename your website files from .html to .shtml and you will have to double-check if all of the links on your website point to the modified names.
-
Server Side Includes in Semi-dedicated Hosting
It is possible to activate and employ Server Side Includes with just a handful of mouse clicks with any one of our
semi-dedicated server offers since the feature is present on the cloud platform where your account will be configured. All you need to do will be to set up an empty file named .htaccess from your Hepsia Hosting Control Panel and then include a number of lines of code inside. You'll find the latter within the Help articles available as part of your account, which means you do not require any kind of programming abilities - you'll be able to just copy the code in question. All web pages that are going to implement Server Side Includes must have a .shtml extension, so in case you add this function to an existing site, you should make sure that you bring up to date all the links in there.