Server Side Includes
What are Server Side Includes? How can you boost your rankings using SSI?
Server Side Includes (SSI) is a simple server-side language, which allows you to include text from a specific source within a web page. In the most typical scenario, the text from a single file is incorporated in a different one, providing a site the feeling it is dynamic. For instance, if your site features ten webpages, 5 of them can include the content of any kind of file, such as horoscope.txt. In case you modify this text file, the new content will appear on all five web pages, which shall let you revise your site faster and easier than if you had to change a component of all five pages. Server Side Includes is sometimes employed to incorporate the output of basic commands, scripts or functions as well - a hit counter that's shown on the site, the current date and time or the customer's IP address. Any web page that makes use of SSI will need to have a special extension - .shtml.
-
Server Side Includes in Shared Website Hosting
Since our customized cloud hosting platform supports Server Side Includes on a global level, it will be possible to implement this feature with all of the
shared website hosting packages that we offer you and add dynamic content to your websites with only a few clicks. SSI can be enabled for every individual domain or subdomain by placing an .htaccess file in the website folder with a couple of lines of code. Certainly, you don't need to turn into a developer for that as the necessary code may be copied from the Help article we have regarding Server Side Includes. If you'd like to employ this function for your website, it's important to rename your site files from .html to .shtml plus you've got to double-check if all links on your website point to the modified names.
-
Server Side Includes in Semi-dedicated Hosting
When you get a
semi-dedicated server plan with our company, it will be easy to activate Server Side Includes with only a few mouse clicks and for virtually any domain name or subdomain that you pick. We have a comprehensive Help article on the subject that you could find in your Hepsia Hosting Control Panel. All you need to activate Server Side Includes will be to copy a handful of lines out of the article inside an .htaccess file that you need to make in the main folder of the domain name/subdomain and you'll be all set to go. You should just make certain that all files making use of SSI have the accurate extension i.e. .shtml, not .html, as well as that the links on your site are kept up to date and lead to the by now updated files.