View Single Post

  #6 (permalink)  
Old 07-07-2003
patpro
 
Posts: n/a
Default Re: 404 Error Page (PHP)

In article <745a8efd.0307070831.58e645ff@posting.google.com >,
programthis@msn.com (Krhis) wrote:

> ErrorDocument 404 /404.php


> <VirtualHost *:80>
> DocumentRoot C:/HTTP
> ServerName krhis.cjb.net:80
> </VirtualHost>
>
> <VirtualHost *:8080>
> DocumentRoot C:/HTTP2
> ServerName mastats.cjb.net:8080
> </VirtualHost>


I would try to put "ErrorDocument 404 /404.php" into Vhost directives,
and if you test with IE Windows, be sure your 404.php is larger than 0,5
Ko of pure text (after processing of course)

patpro