Server Side Includes
Find out exactly what Server Side Includes is and also just how it can be used to further improve your web sites.
Server Side Includes (SSI) is a common server-side scripting language, employed to include the content of one file within another file. It's used typically with online content and it could help to make a static HTML site much more dynamic. If you'd like to have a daily quote shown on multiple webpages of your website, for instance, you can make a text file and switch the quote within it each day. All of the web pages in which this file is integrated will display the updated quote, so you will not need to change them manually every single time. SSI may also be used to incorporate the output of basic functions instead of a static file - for example, the visitor's IP address, a hit counter or perhaps the present time and date. This way, you may make your internet site seem a lot more professional and a lot more attractive to the visitors. Web pages that use SSI have a .shtml extension.
-
Server Side Includes in Web Hosting
As our unique cloud hosting system features Server Side Includes on a global level, it will be easy to implement this feature with all of the
web hosting plans we offer you and add in dynamic content to your sites with a couple of mouse clicks. SSI is enabled for each particular domain name or subdomain by putting an .htaccess file in the site folder with only a few lines of code. Naturally, you do not have to become a developer for that because the necessary code can be copied from the Help post that we have concerning Server Side Includes. If you want to employ this feature for your site, it's important to rename your website files from .html to .shtml and you have to double-check if all links on your website point to the up-to-date names.
-
Server Side Includes in Semi-dedicated Servers
You will be able to enable and utilize Server Side Includes with only a handful of mouse clicks with any of our
semi-dedicated server packages because the feature is present within the cloud platform where your account shall be set up. All you have to do is to create an empty file named .htaccess through your Hepsia Hosting Control Panel and then place in a number of lines of code inside. You will find the latter within the Help articles which can be found in your account, so you don't require any programming capabilities - you're able to just copy the code in question. All web pages that will use Server Side Includes need to have a .shtml extension, so if you incorporate this function to an active site, you must make sure that you update all the links on it.