php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8059 www.dugnet.net/oper.php goes back to www.dugnet.net because of the if $request)
Submitted: 2000-11-30 15:56 UTC Modified: 2000-11-30 21:31 UTC
From: ec at dugnet dot net Assigned:
Status: Closed Package: HTTP related
PHP Version: 4.0.2 OS: Linux 2.2.16
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ec at dugnet dot net
New email:
PHP Version: OS:

 

 [2000-11-30 15:56 UTC] ec at dugnet dot net
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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-30 21:31 UTC] sniper@php.net
This isn't any bug in PHP itself but in your code. Please post your question
to php-general@lists.php.net as this bug system isn't meant for asking support
questions.

--Kani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 14:01:29 2024 UTC