As Zarko said, which web server are you linking to? If it's a native ColdFusion application server (JRun), you have a difficult task.
If you run things through a web server, such as IIS or Apache, before uninstalling CF, it is easiest to create files with the extensions .cfm, .cfc, etc.
Use HTML instead or remove JRun connections from the website / host that this other site will be running on.
-
The same applies if you want to run other languages, such as PHP, from the same server. Tell the web server which drivers to use for which site, and it will send the request to the correct application server for processing.
source share