Server Side Includes
Learn precisely what Server Side Includes is and exactly how it can be used to improve your web sites.
Server Side Includes (SSI) is a popular server-side scripting language, which is often used to include the content of one file inside a second file. It's used primarily with online content and it could help to make a static HTML site much more dynamic. If you wish to have a daily quote shown on a number of web pages of your website, as an example, you can make a text file and switch the quote in it each day. All the webpages in which this file is included will display the modified quote, so you will not have to alter them by hand every time. SSI can also be used to include the output of simple functions as opposed to a static file - for instance, the client's IP address, a hit counter or perhaps the current date and time. In this way, you can make your internet site appear more professional and more appealing to the site visitors. Pages that implement SSI get a .shtml extension.
-
Server Side Includes in Shared Hosting
Server Side Includes is available on our innovative cloud hosting platform, so whatever the
shared hosting you select, you'll be able to make use of this function and make your website more dynamic. All you must do will be to create a file called .htaccess in the home folder for the domain name or subdomain in which you wish to use SSI and after that include a handful of lines of code inside it. You simply won't need any coding skills though, as you're able basically copy the needed code from the help section, or our technical support can assist you to enable SSI for a specified site. You need to simply customize the extension of the html file that will employ Server Side Includes to .shtml and make certain that all links to these webpages on the website are correct.
-
Server Side Includes in Semi-dedicated Servers
You'll be able to activate and employ Server Side Includes with simply a handful of clicks with any one of our
semi-dedicated server offers since the feature is supported in the cloud platform where your brand-new account shall be configured. All you need to do would be to set up an empty file named .htaccess via your Hepsia Hosting Control Panel and then place in a couple of lines of code in it. You can find the latter inside the Help articles accessible within your account, so you do not require any programming expertise - you'll be able to just copy and paste the code in question. All pages that will make use of Server Side Includes must have a .shtml extension, so in case you add this feature to an active site, you should make sure that you change all the links in there.