Re: redirect page

2009-05-22 Thread Pranathi Reddy
I figured it out .. i was deleting the sessions at the index.cfm so sessions are cleared Sorry I wasted your time Pranathi... >show me ur application.cfc > >-- >Ryan > > > > > >> ~| Want to reach the ColdFusion c

Re: redirect page

2009-05-22 Thread Ryan Letulle
show me ur application.cfc -- Ryan On Fri, May 22, 2009 at 8:35 PM, Priya Koya wrote: > > I tried but it dont know ... wats wrong .. I am sing coldfusion8. > > > On Fri, May 22, 2009 at 4:37 PM, Ryan Letulle wrote: > > > > > Hmmm, try cfheader instead of cflocation. Did you say which v

Re: redirect page

2009-05-22 Thread Priya Koya
I tried but it dont know ... wats wrong .. I am sing coldfusion8. On Fri, May 22, 2009 at 4:37 PM, Ryan Letulle wrote: > > Hmmm, try cfheader instead of cflocation. Did you say which version of cf > u > r using? > -- > Ryan > > > > On Fri, May 22, 2009 at 1:17 PM, Pranathi Reddy >wrote:

Re: redirect page

2009-05-22 Thread Ryan Letulle
Hmmm, try cfheader instead of cflocation. Did you say which version of cf u r using? -- Ryan On Fri, May 22, 2009 at 1:17 PM, Pranathi Reddy wrote: > > /inetpub/project1/application.cfc > /inetpub/project1/index.cfm > /inetpub/project1/Extradirectory/newfile.cfm > > Moving from newfile.cfm to

Re: redirect page

2009-05-22 Thread Pranathi Reddy
/inetpub/project1/application.cfc /inetpub/project1/index.cfm /inetpub/project1/Extradirectory/newfile.cfm Moving from newfile.cfm to index.cfm >where is ur application.cfm? >-- >Ryan > > > >On Fri, May 22, 2009 at 12:54 PM, Pranathi Reddy wrote: > >> ~~

Re: redirect page

2009-05-22 Thread Ryan Letulle
where is ur application.cfm? -- Ryan On Fri, May 22, 2009 at 12:54 PM, Pranathi Reddy wrote: > > I can redirect it but have a new problem now ... I am unable to access the > session variables.. > I have to access the session varaibles declared in newfile.cfm. > If I browse separately then I ca

Re: redirect page

2009-05-22 Thread Pranathi Reddy
I can redirect it but have a new problem now ... I am unable to access the session variables.. I have to access the session varaibles declared in newfile.cfm. If I browse separately then I can but if I redirect and work on it it doesnt. Any ideas.. >r u sure this will work the same in all doct

Re: redirect page

2009-05-22 Thread Ryan Letulle
r u sure this will work the same in all doctypes? -- Ryan On Fri, May 22, 2009 at 12:10 PM, Gonzo Rock wrote: > > back up one directory using ../ > or ../../ takes you back two directories etc. > > > On Fri, May 22, 2009 at 9:48 AM, Pranathi Reddy >wrote: > > > > > Hi , > > > > I am trying

Re: redirect page

2009-05-22 Thread Gonzo Rock
back up one directory using ../ or ../../ takes you back two directories etc. On Fri, May 22, 2009 at 9:48 AM, Pranathi Reddy wrote: > > Hi , > > I am trying to move back one directory and redirect the page to another > page. > eg: I am at page >http:/localhost/Extradirectory/newfile.cfm a

Re: redirect page

2009-05-22 Thread Pranathi Reddy
Thanks alot... Marius.. It worked >You hav eto go up one directory,try: > > > > -- it throws an error says file not found. > >Can any one have any suggestions fro me. > >Thanks in Advance, >Pranathi. ~| Want to reach the C

RE: redirect page

2009-05-22 Thread Marius Milosav
You hav eto go up one directory,try: mailto:rk.prana...@gmail.com] Sent: May 22, 2009 12:48 PM To: cf-talk Subject: redirect page Hi , I am trying to move back one directory and redirect the page to another page. eg: I am at page http:/localhost/Extradirectory/newfile.cfm and I want to

Re: redirect page

2009-05-22 Thread Ryan Letulle
I always start my path(s) from the webroot. (i.e. /) In your case it appears that would be /index.cfm FYI Depending on your situation you might want to create a way to set the root path in your app in case you ever install it in a folder other than a webroot.. -- Ryan On Fri, May 22, 2009 at