Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 1998 10:44:18 -0400 (EDT)
From:      Stunt Pope <markjr@shmOOze.net>
To:        Khetan Gajjar <khetan@iafrica.com>
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   RE: Adding footers automatically to served HTML pages
Message-ID:  <XFMail.980429104418.markjr@shmOOze.net>
In-Reply-To: <Pine.BSF.3.96.980429011243.12700t-100000@chain>

next in thread | previous in thread | raw e-mail | index | archive | help

On 28-Apr-98 Khetan Gajjar wrote:
> Hi.
> 
> This isn't stricly a FreeBSD query, but I thought I might ask,
> since this is a list for ISP's - and someone here _must_ have
> done this before :-)
> 
> Using Apache 1.2.6 on a 2.2.6-STABLE machine.
> 
> I'd like to setup Apache to append a footer file to all HTML
> pages served by it. Any points on how to do this ?
> 

You could turn on SSI's (Server Side Includes) and then use

<!--#include footer.html-->

at the bottom of all your pages. Personally I'd use something like
php3 (cause I'm biased) since you can do a lot more with it than
include footers.

But SSI's is the easiest way. Check www.apache.org and run a search on
it. 

-mark

---
Mark Jeftovic                   aka: mark jeff or vic, stunt pope. 
markjr@shmOOze.net              http://www.shmOOze.net/~markjr
Private World's BOFH            http://www.PrivateWorld.com
irc: L-bOMb                     Keep `em Guessing


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.980429104418.markjr>