Parsed Html & Server-Side-Includes
Hi, visitor from !
We have configured the DEMO webserver so that all
the html pages are parsed.
This allows us to use some neat features, including:
- Running cgi scripts from html pages.
(Example: to create a log of visits to your page; see
the tron homepage).
- Using includes.
To include for example the same navigation bar in
a group of html pages
- Including a script's output in your page
To create a counter for example, or display the date, which
is:
For more information read this
SSI tutorial
or
this one