Re: cgi.http_referrer question

2011-08-11 Thread Les Mizzell
On 8/11/2011 11:39 AM, Russ Michaels wrote: > > there should be some additional headers that are added by Apache with the > original requested url, they may not be in the CGI scope though, or perhaps > you need to specifically enable them in the Apache config. Figured out a way to do it. Maybe no

Re: cgi.http_referrer question

2011-08-11 Thread Russ Michaels
there should be some additional headers that are added by Apache with the original requested url, they may not be in the CGI scope though, or perhaps you need to specifically enable them in the Apache config. On Thu, Aug 11, 2011 at 3:50 PM, Les Mizzell wrote: > > I've got a site using an .ht

cgi.http_referrer question

2011-08-11 Thread Les Mizzell
I've got a site using an .htaccess file for friendly URLs. The index page of the site controls everything, so the .htaccess file simply converts the the url into variables and redirects back to the index. User sees: www.mysite.com/newsletters/march Get's directed to: www.mysite.com?area=newslet