----- Original Message -----
From: "Michael J. Pawlowsky" <[EMAIL PROTECTED]>
To: "Hatem Ben" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, December 28, 2002 11:20 PM
Subject: Re: [PHP] how could a php script return a dns error ?


> The problem is that it can mean a bunch of things....
>
> When I telnet to the server and request the document I get:
>
> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
>  <HTML><HEAD>
> <TITLE>404 Not Found</TITLE>
> </HEAD><BODY>
> <H1>Not Found</H1>
> The requested URL /index-old.php was not found on this server.<P>
>  <HR>
>  <ADDRESS>Apache/1.3.20 Server at www.vgates.com Port 80</ADDRESS>
>  </BODY></HTML>
>
> I am probably getting that because the server is using virtual hosts.
>

yeah it's using vhost. the original adress is this one
(http://www.vgates.com/~a5a5aa01/index-old.php)

> I've seen that also happend when a Content-type: MIME was not sent etc.
>
> Start commenting out large chunks of your code..  turn it into a hello
world to start. Then start adding a few lines at a time. See what happends.
>

I have just commented the code that return error (the fopen line), the
script return an empty page. Then by adding the part returning error
message, and the censorship is blocking again everything.

I guess, this was a censorship issue ! and nothing else  :))

Hatem


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to