Simple easyphp/CF question

Associate
Joined
8 Oct 2006
Posts
1,236
Hey all,

Been looking at the help for a while but cant figure this one out. Goal at the moment is to create and test simple coldfusion pages on a local machine.

Ive got easyphp installed and running fine, installed coldfusion developer edition (didnt setup any webserver settings during installation), now post installation cant make headway on what needs to be done in order to execute and test simple cfm pages? Simple php pages run fine when I placed them in the easyphp www directory.
 
You will need a web server configured - whether you use the built in one or use something like IIS.

From what you have said, you'd be better off installing the one that comes as part of Coldfusion Developer and then any .cfm files you write should be placed (ideally in a sub-folder of) the wwwroot folder (which if I remember correctly defaults to C:\Coldfusion9\wwwroot unless you choose otherwise during installation).

Obviously going to be different if installing onto something other than a version of Windows.
 
Back
Top Bottom