Re: [PHP] General .htaccess question

2003-09-29 Thread Marek Kilimajer
This should not bother you. If you get enough load then .htaccess file is cached in the memory. If your load is moderate then it does not make much difference. And since your webhost enabled this feature they should know what they are doing. Mike Brum wrote: I think I know the answer to this,

Re: [PHP] General .htaccess question

2003-09-29 Thread Eugene Lee
On Sun, Sep 28, 2003 at 08:53:13PM -0400, 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. Okay. : My webhost has the default 404 page set to 404.html. For the sake of : consistancy on a nu

Re: [PHP] General .htaccess question

2003-09-28 Thread Robert Cummings
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:5

Re: [PHP] General .htaccess question

2003-09-28 Thread Robert Cummings
In your 404.php script, add a line like error_log( '404.php invoked' ), then check your log. 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

Re: [PHP] General .htaccess question

2003-09-28 Thread Jon Kriek
*nods at Justin* Utterly nothing to do with php.general at all. -- Jon Kriek http://phpfreaks.com "Justin French" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > This is the perfect candidate for a question on an apache list, don't > you think? > > Justin > > > On Monday, S

Re: [PHP] General .htaccess question

2003-09-28 Thread Justin French
This is the perfect candidate for a question on an apache list, don't you think? Justin On Monday, September 29, 2003, at 10:53 AM, 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