Do the other pages of your site that you want to keep end in .cfm, or do
they end in .htm or .html?

If they are .htm files then you should be good to go (there are cases where
you might not be, but you are most likely ok)

If they are .cfm files, can you run a file search/scan on your
codebase/html/cfm files, and look for "<cf" without the quotes inside those
files?

If they are .cfm files, but do not contain any <cf> tags, then you have html
pages named .cfm. At that point you could either rename the pages to .htm
(and fix all the links), build some sort of htaccess/rewrite rule to forward
broken links, or teach your web server to handle .cfm files as if they were
just html, rather than coldfusion.

(There are many exceptions to the above, but the options above cover most
sites I've seen and dealt with)

Jerry Johnson

On Fri, Aug 13, 2010 at 2:33 PM, Jerry Cooper <jcoo...@excite.com> 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:336265
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to