Copy link to clipboard
Copied
I just bought an already built package for a site. It is coldfusion based because its all cfm files. How do i view ALL these files and directories as a complete site. I dont have it on a server, dont have it hosted, i just bought the package deal of an already built script.
Copy link to clipboard
Copied
CFM files are just script files; they need to be executed by a ColdFusion server. So you need to have a ColdFusion server (or possibly a Railo or a BlueDragon server) for them to be of any use to you.
You can at least run it locally by installed CF developer edition. You can D/L this from the Adobe website, and follow the instructions to install & config it.
--
Adam