[PHP-DEV] PHP 4.0 Bug #8059: www.dugnet.net/oper.php goes back to www.dugnet.net because of the if $request) From: ec <email protected>
Date: 11/30/00

From: ec <email protected>
Operating system: Linux 2.2.16
PHP version: 4.0.2
PHP Bug Type: HTTP related
Bug description: www.dugnet.net/oper.php goes back to www.dugnet.net because of the if $request)

Ok,
if you goto www.dugnet.net/oper.php
it will take you back to the main www.dugnet.net website because of the if ($request) {
do_stuff;
}
require("index.html"); //this should take you back because their was no //request

OK now if we do this www.dugnet.net/oper.php/
it take us back but no images load also note how all the links now have
www.dugnet.net/oper.php/newlink.html
instead of just newlink.html.
Anyone have an idea on how to fix this and why it does this?
I have checked other sites including www.php.net/projects.php/......./ then click the source button on top right it has projects.php/....../ at the end
You may use www.dugnet.net to see this work. My site is really bad though other ones not so bad that i checked.

-- 
Edit Bug report at: http://bugs.php.net/?id=8059&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>