On Sun, 2003-09-28 at 21:09, Robert Cummings wrote:
> In your 404.php script, add a line like error_log( '404.php invoked' ),
> then check your log.

Must be getting sleepy, I read the question below as "does 404.php get
read on every request". Whoops.

Cheers,
Rob.

> 
> On Sun, 2003-09-28 at 20:53, Mike Brum wrote:
> > I think I know the answer to this, but want some confirmation from someone a
> > bit more knowledgable about Apache and .htaccess files.
> > 
> > My webhost has the default 404 page set to 404.html. For the sake of
> > consistancy on a number of levels, I prefer a PHP file for this (404.php).
> > So to do this, I created a basic .htaccess file for this very purpose and it
> > sits in the root dir.
> > 
> > Now, does this .htaccess file get read for EVERY resource request on my site
> > - even when the page is found?
> > 
> > Aside from a META redirect from 404.html to 404.php, is there a less
> > server-intensive way to set my 404 in Apache when I don't have root access?

-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to