Joe,

It IS going to your site, but it doesn't like the value of 'thispage' it gives off an error.  

Place characters around yoru #cfhttp.filecontent# and you will see it in the result .. which is telling me that the code is not producing the error, but the page it is calling.  If you change the NAME of your cfhttpparam from pageid to something like X, your site loads up fine ...  you will need to check the code on yoru index.cfm file that you are POSTING too.

Hope this helps

Paul Giesenhagen
QuillDesign
417-885-1375
http://www.quilldesign.com

  ----- Original Message -----
  From: joe velez
  To: CF-Talk
  Sent: Friday, August 27, 2004 12:59 AM
  Subject: Re: cfhttp showing default info, not my site

  <cfset webpath='http://www.unrivaledwebhosting.com/'>
  <cfhttp url='' method='post'>
  <cfhttpparam type='formfield' name='pageid' value='thispage'>
  </cfhttp>
  <cfoutput>#cfhttp.filecontent#</cfoutput>

  I tried both
  <cfhttp url='' method='post'>
  and
  <cfhttp url='' method='post'>
  (see how set the webpath with a trailing slash)

  i think its because the site is behind a firewall, and the box cant see itself. but then... how does CFSchedule work every day??? :)

  and then i try to hard code a different site on the same server, works ok, then i try the same function in their site, and i get the same error.

  im confused!

  -joe

  > Send your code .. I will test it from here.
  >
  > Paul Giesenhagen
  > QuillDesign
  > 417-885-1375
  > http://www.quilldesign.com
  >
  >
   
  > ----- Original Message -----
   
  > From: joe velez
   
  > To: CF-Talk
   
  > Sent: Friday, August 27, 2004 12:45 AM
   
  > Subject: cfhttp showing default info, not my site
  >
  >
   
  > when i CFHTTP to my own site instead of seeing my site, i get a THIS
  > IS THE DEFAULT PLESK PAGE .. i can CFHTTP to other sites no problem.
  >
   
  > any suggestions for a fix?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to