Jerry,

The problem that you'll run into is that there's going to be a lot of
work involved in saving out the generated source code for each page as
a .htm or .html file. A webserver that has not been set up to be aware
of ColdFusion files (.cfm) read: does not have a ColdFusion
installation to process .cfm files will send the raw .cfm page back to
the requester *for download* instead of rendering the page.

In short,  anything that already has a .htm or .html extension will
run fine, anything with a .cfm extension will need to have it's
rendered output saved as a .html file before it's moved to the new
server.

On Fri, Aug 13, 2010 at 2:33 PM, Jerry Cooper <[email protected]> wrote:
>
> Hi, newbie here so I apologize in advance.
>
> I had a website
> developed that used an MS SQL database and it was done with CF.  I no
> longer require the database or MS SQL as that part (one page) of the
> site is no longer used.
>
> I would like to move that site to be
> hosted without CF (or MS SQL).  Can I just post it and have
> the html code run correctly without CF on the new host?
>
> Sorry
> for the lack of details and I'm sure there are particulars that may or
> may not influence the answer so a "maybe", "absolutely not" or "no
> problem" answer are all acceptable.
>
> Thanks for any input.
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336270
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to