From: Daniel Gruno
To permit SSI on your server, you must have the following
directive either in your httpd.conf
file, or in a
.htaccess
file:
+
Options +Includes
-
This tells Apache that you want to permit files to be parsed for SSI directives. Note that most configurations contain diff --git a/docs/manual/howto/ssi.xml b/docs/manual/howto/ssi.xml index 017b3a473fe..965c6384763 100644 --- a/docs/manual/howto/ssi.xml +++ b/docs/manual/howto/ssi.xml @@ -82,9 +82,9 @@ existing HTML documents.
To permit SSI on your server, you must have the following
directive either in your httpd.conf
file, or in a
.htaccess
file:
This tells Apache that you want to permit files to be parsed for SSI directives. Note that most configurations contain