hi all,
my hosting environment is apache with
php 4.0.4pl1 cgi...
i redirect 404s to a script via
.htaccess ErrorDocument 404 /foo.php
works fine but to avoid a 404 http header i tried header("HTTP/1.1 200 OK"); as first line in foo.php - but it gives me a 500:
internal server error!?
any ideas how to avoid the 404 http header of foo.php?
thx in advance
.nu