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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 09:01:26 2024 UTC