Thread: URL ? Bug Fix
View Single Post
Old 08-19-2004, 03:29 PM   #1
x0dus
Green Mole
 
Join Date: Aug 2004
Posts: 1
URL ? Bug Fix

Hi,

I just started using PHPDig a while ago and couldn't figure out why it kept on respidering the index document over and over again. I realized it's because on 404 errors it goes to the homepage. But there's no reason I should have so many 404 errors... Till I figured out what was causing it. I like to track external clicks and have a script so links look like this:

http://www.server.com/c.php?url=http://www.xxx.com/filename.asp?moreparameters&here

While I realize I should have urlencoded the url, every browser I've ever seen parses the url correctly. PHPDig however was requesting a file called filename.asp on my server over and over again. So my mod suggestion is when detecting the filename in a link, look for the first '?' if it exists in the filename not the last! Thanks,

x0dus
x0dus is offline   Reply With Quote