From: Joshua Slive
Date: Mon, 7 May 2001 00:42:21 +0000 (+0000)
Subject: Bring the mod_include docs up to scratch and link up the ssi tutorial.
X-Git-Tag: 2.0.18~72
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68af27a95317241ab89bd12fb5bce06e7a57e4c2;p=apache
Bring the mod_include docs up to scratch and link up the ssi tutorial.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89042 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en
index da17836b41..861545fbe1 100644
--- a/docs/manual/howto/ssi.html.en
+++ b/docs/manual/howto/ssi.html.en
@@ -143,8 +143,8 @@ such as .shtml
, with the following directives:
AddType text/html .shtml
- <FilesMatch "\.shtml[.$]">
- SetOutputFilter INCLUDES
+ <FilesMatch "\.shtml(\..+)?$">
+ SetOutputFilter INCLUDES
</FilesMatch>
@@ -516,6 +516,8 @@ ever resorting to CGI.
used for generating dynamic web pages. But it is a great way to add
small amounts of dynamic content to pages, without doing a lot of extra
work.
+
+