View Single Post
Old 01-09-2006, 06:48 PM  
Tempest
Too lazy to set a custom title
 
Industry Role:
Join Date: May 2004
Location: West Coast, Canada.
Posts: 10,217
This entire 404 not passing info thing just didn't seem right to me given I do a bit of tracking on my sites... So I just did a test.

404 set up to redirect into a script that dumps the server variables.
A page had a query string on it called "queryonpage"
The link that's on the page that would create the 404 had a query string on it called "queryonlink"

On the Apache server, the server variables in question which the script can get info from are:

'HTTP_REFERER'=>'http://127.0.0.100/testredir.html?queryonpage'
'REDIRECT_QUERY_STRING'=>'queryonlink'
'REDIRECT_URL'=>'/bubba.html'
'REQUEST_URI'=>'/bubba.html?queryonlink'

So why can't those query stings be parsed to grab the affiliate info and pass it on to the 404 page??

TheDoc: You should talk to NATs about this.. Frankly it should be built into their software or any of that type of software.
Tempest is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote