Re: bug with subdirectories

On Thu, Sep 18, 2003 at 07:55:39 +0200, daniel hahler wrote:
> It validates http://thequod.de/index.htm, but not
> http://thequod.de/t/index.htm, where there is the same index.htm which
> gets the same Content-type header through PHP.

> If I should be wrong, please email me a note.

You are wrong, the pages are different... or at least they are by the
time your server side scripting has finished executing.

The /t/ page includes:

<br /> <b>Warning</b>: main(inc_headers.php): failed to open stream:
No such file or directory in <b>/home/www/web810/html/t/index.htm</b>
on line <b>1</b><br /> <br /> <b>Warning</b>: main(): Failed opening
'inc_headers.php' for inclusion (include_path='.:/usr/local/lib/php')
in <b>/home/www/web810/html/t/index.htm</b> on line <b>1</b><br />

... which doesn't appear on the / page.

-- 
David Dorward                                       http://dorward.me.uk/

Received on Thursday, 18 September 2003 14:51:50 UTC