RE: CFLOCATION to external sites - failure

2002-09-30 Thread Cornillon, Matthieu
(on the server itself) and have successfully reached the site. Still a mystery... Matthieu -Original Message- From: Dave Wilson [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 11:29 AM To: CF-Talk Subject: RE: CFLOCATION to external sites - failure Ahhh, cheers Jochem

RE: CFLOCATION to external sites - failure

2002-09-27 Thread Dave Wilson
Maybe the server running ColdFusion has difficulty in resolving url's. Possibly due to incorrectly configured DNS. Check the links are obtainable when browsing direct to them from the server if you have access to it. Dave -Original Message- From: Cornillon, Matthieu [mailto:[EMAIL

RE: CFLOCATION to external sites - failure

2002-09-27 Thread Turetsky, Seth
Would that really matter, doesn't cflocation just tell the browser to relocate to the specified url? -Original Message- From: Dave Wilson [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 10:37 AM To: CF-Talk Subject: RE: CFLOCATION to external sites - failure Maybe

RE: CFLOCATION to external sites - failure

2002-09-27 Thread Mike Townend
to go to http://www.yoursite.com//www.newsite.com/ with will 404 HTH -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 15:55 To: CF-Talk Subject: RE: CFLOCATION to external sites - failure Would that really matter, doesn't cflocation

RE: CFLOCATION to external sites - failure

2002-09-27 Thread Dave Wilson
[mailto:[EMAIL PROTECTED]] Sent: 27 September 2002 15:55 To: CF-Talk Subject: RE: CFLOCATION to external sites - failure Would that really matter, doesn't cflocation just tell the browser to relocate to the specified url? -Original Message- From: Dave Wilson [mailto:[EMAIL PROTECTED

RE: CFLOCATION to external sites - failure

2002-09-27 Thread Turetsky, Seth
to redirect. lets see some code. -Original Message- From: Dave Wilson [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 11:08 AM To: CF-Talk Subject: RE: CFLOCATION to external sites - failure I'm not sure exactly how cflocation works. Whether it (as you say) sends the redirect

Re: CFLOCATION to external sites - failure

2002-09-27 Thread Jochem van Dieten
Dave Wilson wrote: I'm not sure exactly how cflocation works. Whether it (as you say) sends the redirect instruction to the client, leaving the dns resolution up to the client machine. Or. It is all handled on the server side. cflocation sends an HTTP 302 Found statuscode to the browser

RE: CFLOCATION to external sites - failure

2002-09-27 Thread Dave Wilson
extraneous networking problems (more unlikely). Dave -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: 27 September 2002 16:22 To: CF-Talk Subject: Re: CFLOCATION to external sites - failure Dave Wilson wrote: I'm not sure exactly how cflocation works. Whether