[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Force ads on web sites
- Subject: Re: [cobalt-users] Force ads on web sites
- From: "Steven Werby" <steven-lists@xxxxxxxxxxxx>
- Date: Fri Jun 2 06:08:39 2000
Daniel Jones <djones@xxxxxxxxxx> wrote:
> Does anyone know of a way to force header display on a virtual site? We
> want to have these headers on each page automatically.
If you have PHP running, you can set the auto_prepend_file directive in the global
php.ini file or on a virtual site or directory basis using .htaccess. Just set the
directive to the filename containing the PHP or HTML code to be prepended.
I believe there is also an Apache module that controls prepended and doesn't require
PHP. See apache.org.
Steven Werby {steven-lists@xxxxxxxxxxxx}