[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

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); ?!DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN HTMLHEAD TITLE404 Not Found/TITLE /HEADBODY H1Not