rbowen 00/11/05 12:37:11
Modified: htdocs/manual/howto SSI-HOWTO.html
Log:
SSI-HOWTO.html
Revision Changes Path
1.2 +18 -13 httpd-docs-1.3/htdocs/manual/howto/SSI-HOWTO.html
Index: SSI-HOWTO.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/howto/SSI-HOWTO.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SSI-HOWTO.html 2000/11/05 20:16:15 1.1
+++ SSI-HOWTO.html 2000/11/05 20:37:10 1.2
@@ -23,8 +23,6 @@
<UL>
<LI><A HREF="#apache tutorial: introduction to server side
includes">Apache Tutorial: Introduction to Server Side Includes</A></LI>
- <LI><A HREF="#related modules">Related modules</A></LI>
- <LI><A HREF="#related directives">Related directives</A></LI>
<LI><A HREF="#what are ssi">What are SSI?</A></LI>
<LI><A HREF="#configuring your server to permit ssi">Configuring your
server to permit SSI</A></LI>
<LI><A HREF="#basic ssi directives">Basic SSI directives</A></LI>
@@ -51,6 +49,24 @@
<HR>
<P>
<H1><A NAME="apache tutorial: introduction to server side includes">Apache
Tutorial: Introduction to Server Side Includes</A></H1>
+
+<table border=1><tr><td valign="top">
+<strong>Related Modules</strong><br><br>
+
+<a href="../mod/mod_include.html">mod_include</a><br>
+<a href="../mod/mod_cgi.html">mod_cgi</a><br>
+
+</td><td valign="top">
+<strong>Related Directives</strong><br><br>
+
+<a href="../mod/core.html#options">Options</a><br>
+<a href="../mod/mod_include.html#xbithack">XBitHack</a><br>
+<a href="../mod/mod_mime.html#addtype">AddType</a><br>
+<a href="../mod/mod_mime.html#addhandler">AddHandler</a><br>
+<a
href="../mod/mod_setenvif.html#BrowserMatchNoCase">BrowserMatchNoCase</a><br>
+
+</td></tr></table>
+
<P>This HOWTO first appeared in Apache Today (http://www.apachetoday.com/)
as a series of three articles. They appear here by arrangement with
ApacheToday and Internet.com.</P>
@@ -62,17 +78,6 @@
more advanced things can be done with SSI, such as conditional statements
in your SSI directives.</P>
<P>
-<HR>
-<H1><A NAME="related modules">Related modules</A></H1>
-<a href="../mod/mod_include.html">mod_include</a><p>
-<a href="../mod/mod_cgi.html">mod_cgi</a><p><P>
-<HR>
-<H1><A NAME="related directives">Related directives</A></H1>
-<a href="../mod/core.html#options">Options</a><p>
-<a href="../mod/mod_include.html#xbithack">XBitHack</a><p>
-<a href="../mod/mod_mime.html#addtype">AddType</a><p>
-<a href="../mod/mod_mime.html#addhandler">AddHandler</a><p>
-<a
href="../mod/mod_setenvif.html#BrowserMatchNoCase">BrowserMatchNoCase</a><p><P>
<HR>
<H1><A NAME="what are ssi">What are SSI?</A></H1>
<P>SSI (Server Side Includes) are directives that are placed in HTML pages,