All > Technology > Search > SEO / Search Marketing
Server Side Includes. Used (for example) to add dynamically generated content to a web page.
Server Side Includes are a way to call portions of a page in from another page. SSI makes it easier to update websites. To use a server side include you have to follow one of the conditions: end file names in a .shtml or .shtm extension use PHP or some other language which makes it easy to include files via that programming language change your .htaccess file to make .html or .htm files be processed as though they were .shtml files. The code to create a server side include looks like this: <!--#include virtual="/includes/filename.html" -->
- Browse Related Terms: .htaccess, 301, 302, Absolute Link, Canonical URL, CSS, Hijacking, Meta Refresh, Redirect, Relative Link, Scraper sites, SSI
Also listed in:
- All > Technology > Defense