Question
Get the URI from the address bar
In the past I've been able to use CGI.REQUEST_URI to get the
URI that is in the address bar. In CF7 i'm not able to use that. My
URI does not match directly to a physical file.
I'm using a CFM page to determine which page and with which parameters to display a page.
example: www.example.com/semantic-url/
there isn't a dir for "semantic-url", I'm using .htaccess to direct to a CFM page to redirect (ie. redirect.cfm) in that page i need to be able to get the URI from the address bar.
CGI.REQUEST_URI used to do that. Now it just resolves to redirect.cfm
Any ideas? or Questions if I wasn't clear. Thanks.
I'm using a CFM page to determine which page and with which parameters to display a page.
example: www.example.com/semantic-url/
there isn't a dir for "semantic-url", I'm using .htaccess to direct to a CFM page to redirect (ie. redirect.cfm) in that page i need to be able to get the URI from the address bar.
CGI.REQUEST_URI used to do that. Now it just resolves to redirect.cfm
Any ideas? or Questions if I wasn't clear. Thanks.
