Re: cflocation not working

2012-11-15 Thread Raymond Camden
So when you output cgi.http_url, what do you see? On Thu, Nov 15, 2012 at 11:31 AM, fun and learning funandlrnn...@gmail.comwrote: Hi All - I am using the following code to redirect a page cfif cgi.http_host EQ abc.com cfif cgi.http_url EQ /test/folder1 cflocation

Re: cflocation not working

2012-11-15 Thread funand learning
I see /test/folder1 On Thu, Nov 15, 2012 at 11:32 AM, Raymond Camden raymondcam...@gmail.comwrote: So when you output cgi.http_url, what do you see? On Thu, Nov 15, 2012 at 11:31 AM, fun and learning funandlrnn...@gmail.comwrote: Hi All - I am using the following code to

Re: cflocation not working

2012-11-15 Thread Raymond Camden
And if you output some text before the cflocation, does it work? On Thu, Nov 15, 2012 at 11:34 AM, funand learning funandlrnn...@gmail.comwrote: I see /test/folder1 On Thu, Nov 15, 2012 at 11:32 AM, Raymond Camden raymondcam...@gmail.com wrote: So when you output cgi.http_url, what

RE: cflocation not working

2012-11-15 Thread Robert Harrison
Your problem is the cgi vars. Test it without the if statements and see if it works. If it does, it's you cgi var statements that need some work. Robert Harrison Director of Interactive Services Austin Williams Advertising I Branding I Digital I Direct   125 Kennedy Drive,  Suite 100   I  

Re: cflocation not working

2012-11-15 Thread funand learning
I put this code in application.cfm, but when I put it in some other common include file it works. How to make this work in application.cfm file? On Thu, Nov 15, 2012 at 11:42 AM, Robert Harrison rob...@austin-williams.com wrote: Your problem is the cgi vars. Test it without the if statements

RE: cflocation not working

2001-10-29 Thread Lee Fuller
So if you create a new page on your server, and put in just this one line: cflocation url=http://www.aaawebhosting.com; What happens? Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com -Original

Re: cflocation not working

2001-10-29 Thread Douglas Jordon
Thanks. It works when I create a file like that with either an absolute or relative url, but the original page that processes a form will not work. I had thought it was a separate issues, but besides the cflocation the queries before aren't executing although they are being passed the correct