Now that I've figure out what the webroot is, I put a "Current_Time.cfm" file in the folder.
When run in the browser as "http://localhost/current_time.cfm", I get "The current time is #TimeFormat(Now(), "h:mm tt")#" (without quotes). The code in the file is <CFOUTPUT>#TimeFormat(Now(), "h:mm tt")#</CFOUTPUT> So CF is not processing the document... -----Original Message----- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 5:58 PM To: CF-Talk Subject: RE: Can't open CF7 Administrator I verified Apache's operation by going to http://localhost and that returns "It works!" in the browser. I did figure out that http://localhost translates into this path: C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\index.html So, "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs" that must be my webroot... And if that means that's where all my websites have to go...that's not preferable. Perhaps this is something I should have changed in the installation. But knowing nothing about Apache, I wasn't about to challenge any recommended defaults. -----Original Message----- From: Plunkett, Matthew [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 5:35 PM To: CF-Talk Subject: RE: Can't open CF7 Administrator I'm guessing you've done these things already, but you should check very basic functionality before diving into the administrator. Have you verified that Apache is working for HTML? Have you checked to see if ColdFusion is working in general with Apache? If not, you have too many things that could be going wrong. Try to reduce it to one thing at a time. At the most basic level, do you know where your website root is? Use a simple .html file to verify that Apache is working. Next, have you tried to run a simple ColdFusion template (as simple as outputting the time)? Try that. Put the template in your website root. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244171 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

