Server Side Includes
Results 1 - 5 of 5
The Server Side Includes Tutorial
This compact tutorial introduces what Server Side Includes is, how it works, how to configure .htaccess for SSI to work, a few key SSI Tags, and more.
Conditional SSI
This is a concise tutorial on SSI (Server Side Includes). Learn how to apply logic to this nifty server side feature.
Smart Webby's Guide: Server Side Includes
Server Side Includes allow you to write some commonly used code once and have the server insert it into the pages for you. They cut down your development time by more than 100% as you only need to make changes in the include file and it automatically...
(show more)
BigNoseBird.Com's Server Side Include Page
This site presents complete SSI tutorials and reference pages covering everythyng from SSI basics to more advanced topics. Major topics include: Enabling SSI on Your Server, The ECHO Directive, The INCLUDE Directive, The EXEC and VIRTUAL Directives,...
(show more)
WebCom Guide Server Side Includes
This tutorial explains how to create documents which include other documents and various dynamically generated information, such as the current date, the file's last modification date, and the size or last modification of other files.
