Overview: The Apache WWW server used by Netmar allows webmasters to include, in their webpages, information that can change with every access to the page. This information is inserted by the server "on the fly," as the page is being served. You can include such information as time and date, other HTML and text files, and output from CGI scripts.
- Before Beginning
-
Follow these steps
- Login via telnet. (see Question 1.9)
-
Type
cd www
and press ENTER. -
Type
edit somefile.html
and press ENTER. Replacesomefile.html
with the name of the file to which you want to add a Server Side Include. - Add the appropriate include. See the Server Side Includes Documentation for details on the various types and formats available.
- Type CONTROL-X (hold down the CONTROL key and press the letter X key), followed by Y and ENTER.
-
Type
chmod u+x somefile.html
and press ENTER. Replacesomefile.html
with the name of the file you used in Step 2.