I think I had trouble with include file, however include virtual worked:
<!--#include virtual="header.txt"-->
also, make sure the file calling it is .shtml, not .html.

Jamie

On Tuesday 02 December 2003 11:12 am, Bob Crandell wrote:
: Hi,
:
: One of my clients is trying to use:
: <!--#include file="header.txt"-->
: to insert some common info on several web pages on their server.  It
: doesn't work. I checked /etc/apache/httd.conf and it seems to be setup
: right.  There is: LoadModule includes_module    libexec/mod_include.so
:
: and
: AddModule mod_include.c
:
: and
: # This may also be "None", "All", or any combination of "Indexes",
: # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
: #
: # Note that "MultiViews" must be named *explicitly* --- "Options All"
: # doesn't give it to you.
: #
:     Options Indexes FollowSymLinks MultiViews +Includes
:
: and
:     # To use server-parsed HTML files
:     #
:     AddType text/html .shtml
:     AddHandler server-parsed .shtml
:
: There are no errors in /var/log/apache/error_log.
: /var/log/apache/access_log doesn't show an attempt to load the include
: file.
:
: What am I missing?
:
: Thanks
:
: --
: Assured Computing
: When you need to be sure.
: [EMAIL PROTECTED]
: www.assuredcomp.com
: Voice - 541-868-0331
: FAX - 541-463-1627
: Eugene, Oregon
:
:
: _______________________________________________
: EuG-LUG mailing list
: [EMAIL PROTECTED]
: http://mailman.efn.org/cgi-bin/listinfo/eug-lug

-- 
 ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø

  The Famous Joke of the Day One Liner!
 
  Birthdays are good for you;
  the more you have, the longer
  you live.
 
 
  
  
 


_______________________________________________
EuG-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug

Reply via email to