Has anyone had any luck using mod_rewrite and then accessing the originally requested URI via CGI.REQUEST_URI. I can see that the value is not documented (and won't dump), but it does evaluate. Unfortunately for me it appears to evaluate to the redirected URI rather than the original.
Anyone had this problem and or gotten around it? My RewriteRule looks like this: RewriteRule ^/(.*) /my/landingpage.cfm [PT] When I display #GCI.REQUEST_URI#, though, I get "/my/landingpage.cfm". -- Rob Wilkerson ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254289 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

