Re: [PHP-DEV] Apache specific problem..

2002-01-30 Thread Daniel Lorch
Hi, > just a question. > Its possible to produce any Apache error? > [..] > dl_manager.php?filename=test1.zip > [..] if(file_exists($filename)) { [..] } else { Header("HTTP/1.0 404 Not Found"); ?> 404 Not Found Not Found The requested URL was not found on this server. http://www.php.n

[PHP-DEV] Apache specific problem..

2002-01-30 Thread Marco Kaiser
Hi Dev-Crew, just a question. Its possible to produce any Apache error? Here an example. I have a Download Manage script. dl_manager.php?filename=test1.zip so i will test with my script if the file are on my path. If it not there i will give the error handling back to Apache. So that i can use