Re: Changed CGI.REQUEST_URI behaviour with CF7/Apache - A Solution

2006-10-21 Thread James Holmes
It took me ages to find it, and it's part of the Apache docs but not part of the CF docs. http://httpd.apache.org/docs/2.0/custom-error.html On 10/19/06, Rob Wilkerson [EMAIL PROTECTED] wrote: Where were you about a week ago?! I ended up setting my own CGI variable using the E flag of

Re: Changed CGI.REQUEST_URI behaviour with CF7/Apache - A Solution

2006-10-19 Thread Rob Wilkerson
Where were you about a week ago?! I ended up setting my own CGI variable using the E flag of mod_rewrite (which I was using anyway - hence the need for the original request URI). It works, but it took me a while o get there because I was looking for exactly what you've found. Is this

Changed CGI.REQUEST_URI behaviour with CF7/Apache - A Solution

2006-10-18 Thread James Holmes
Those who have upgraded their Apache 2 CF servers to CF7 may have noticed that CGI.REQUEST_URI no longer contains the original request URL and query string when Apache does a 404 redirect to a CF page. For example, we just found this the hard way. In 6.1, the var would contain the original URL and