: ErrorDocument 404 http://www.jeamland.org/_error.html
Yep, it does seem to work if I put the whole URL in the ErrorDocument
directive rather than just /_error.html !
Unfortunately, that makes the web server snd a redirect which isn't exactly
what I want (unless you know of a way to get at the or
On Fri, 20 Jun 2003 10:34:04 -0500, Wendell Brown wrote:
>>> php_value auto_prepend_file header.php
>>> php_value auto_append_file footer.php
Andy, I've tried the following (with my server info, of course) in one
of my directories and it works like a champ! It doesn't mat
On Fri, 20 Jun 2003 10:15:43 -0500, Wendell Brown wrote:
>Try it without the:
>
>> php_value auto_prepend_file header.php
>> php_value auto_append_file footer.php
Or check for the existence of the requested file in the header and if
not found, send the 302 header with a
On Fri, 20 Jun 2003 15:08:39 GMT, [EMAIL PROTECTED] wrote:
>
> AddType application/x-httpd-php .html
> php_value include_path ".:/spool/web/www.jeamland.org/lib"
> php_value auto_prepend_file header.php
> php_value auto_append_file foo
4 matches
Mail list logo