Introduction
Account Policies
Problem Solving
Instructor Help
General help by subject
Hypertext and the web
Remote access
Contact NWE Help
Main help page
NWE Help: Web: Authoring: Apache: SSI and SHTML
NWE Home :: Help :: Web :: Authoring :: Apache :: SSI
Server-side includes are a way of processing web pages that allows for somewhat dynamic content and a great deal of site uniformity. These pages will show you how SSI works and how you might use it.
- About SSI:: What the heck is SSI?
- Simple commands:: A few basic commands to get started
- Including documents:: Including other documents in your .shtml document
- Echoing Variables:: Echoing variables to simplify webwork or to make webpages more automated
- Setting variables:: Making your own variables and setting them
- Conditionals:: Evaluating simple expressions and making choices
- Uses for SSI:: Why would you use SSI, and for what?
- Environment Variables:: Standard variables available for most web pages
There are a lot of things you can do with SSI. To learn more, see the official Apache documentation of it.
