From:             [EMAIL PROTECTED]
Operating system: Linux 7.2
PHP version:      4.2.0
PHP Bug Type:     Apache2 related
Bug description:  Different output for / and /index.php urls

Apache 2.0.35 and PHP 4.2.0 work perfectly with each other here,
I configured Apache as follows (important points):

LoadModule php4_module        modules/libphp4.so

DirectoryIndex index.php index.shtml index.html index.html.var

AddOutputFilter PHP;INCLUDES .php

The problem now is when I call

http://www.isl.org:4080/library/index.php

the output is a correct HTML page as it should!

But when I try

http://www.isl.org:4080/library/

I will only receive incoplete HTML code displayed as ASCII in the
browser!!!

I am not sure if this is a PHP experimental problem or an Apache 2.0
problem.

Please verify!

Kai Hofmann


-- 
Edit bug report at http://bugs.php.net/?id=16814&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16814&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16814&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16814&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16814&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16814&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16814&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16814&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16814&r=submittedtwice

Reply via email to