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

ID: 8059
Updated by: sniper
Reported By: ec <email protected>
Status: Closed
Bug Type: HTTP related
Assigned To:
Comments:

This isn't any bug in PHP itself but in your code. Please post your question
to php-general <email protected> as this bug system isn't meant for asking support
questions.

--Kani

Previous Comments:
---------------------------------------------------------------------------

[2000-11-30 15:56:05] ec <email protected>
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.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=8059

-- 
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>