It just gets stranger and stranger....I created a "hello world" in a test.cfm file and ran ran it from the htdocs folder and it displays fine. It will not open the CF Admin in anything other than homesite though. Also if I put
<cfset myVar = "hello world"> <cfoutput>#myVar#</cfoutput> It will only display the string of #myVar# and not hello world ----- Original Message ----- From: "Robertson-Ravo, Neil (RX)" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Wednesday, October 18, 2006 1:48 AM Subject: Re: cfadmin 404 with apache > It would also help if you posted snippets of your http.config. I run Apache > and IIS locally (not at the same time :-). I seem to remember having a few > issues at the beginning but it then became easier once you sort the > settings/quirks. > > What happens if you place a .cfm file in the htdocs dir and run it from > there? > > > > > > > > > "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, > Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, > Registered in England, Number 678540. It contains information which is > confidential and may also be privileged. It is for the exclusive use of the > intended recipient(s). If you are not the intended recipient(s) please note > that any form of distribution, copying or use of this communication or the > information in it is strictly prohibited and may be unlawful. If you have > received this communication in error please return it to the sender or call > our switchboard on +44 (0) 20 89107910. The opinions expressed within this > communication are not necessarily those expressed by Reed Exhibitions." > Visit our website at http://www.reedexpo.com > > -----Original Message----- > From: Doug Brown > To: CF-Talk > Sent: Wed Oct 18 01:32:09 2006 > Subject: Re: cfadmin 404 with apache > > Rob > > When I installed MX it asked where my web root was and I had made a directoy > of d:\webroot The CFIDE directory is in that folder if that helps any. > > > ----- Original Message ----- > From: "Rob Wilkerson" <[EMAIL PROTECTED]> > To: "CF-Talk" <[email protected]> > Sent: Tuesday, October 17, 2006 6:20 PM > Subject: Re: cfadmin 404 with apache > > > > That's a completely different error, so I'm a little confused. But, > > back to this question...is the CFIDE directory in your web root? Are > > you using virtual hosts? > > > > > > On Oct 17, 2006, at 8:09 PM, Doug Brown wrote: > > > > > Rob, > > > > > > Thanks for the reply. I think the problem was that I was using > > > apache 2.23 I > > > installed 2.0.59 and now I am just getting a CF error saying that > > > it cannot > > > find /CFIDE/administrator/index.cfm. Any ideas on this? > > > > > > > > > > > > ----- Original Message ----- > > > From: "Rob Wilkerson" <[EMAIL PROTECTED]> > > > To: "CF-Talk" <[email protected]> > > > Sent: Tuesday, October 17, 2006 6:03 PM > > > Subject: Re: cfadmin 404 with apache > > > > > > > > >> On Oct 17, 2006, at 7:40 PM, Doug Brown wrote: > > >> > > >>> Ok, I removed and reinstalled apache and CF and I am getting the > > >>> following > > >>> error. > > >>> > > >>> Cannot load D:\CFusionMX7/runtime/lib/wsconfig/1/mod_jrun20.so into > > >>> server. > > >>> The specified procedure could not be found. Any ideas on this one? > > >>> Again > > >>> this is windows 2000 adv svr > > >>> > > >> In this case, it looks like your problem might be the backslash (\). > > >> Even on Windows, Apache likes forward slashes in your paths. You can > > >> often get away with backslashes if your path is quoted, but forward > > >> slashes are safer, I think. > > >> > > >> Rob Wilkerson > > >> > > >> > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257156 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

