Can you run Coldfusion and PHP side by side

Possible duplicate:
Is it possible to run Coldfusion and PHP on the same server and website?

I have a client with an old cold fusion site that has some cloud applications that they would like to keep.

We are creating a new site for them using WordPress, and I wonder if I can run LAMP side by side with ColdFusion applications, so we don’t need to rewrite their applications (this is not a requirement of the project).

Thanks.

+4
source share
2 answers

Yes, you can run PHP and ColdFusion on the same server. I configured my server this way.

+6
source

The short answer is yes.

Longer answer: "Yes, and if you have IIS or Apache properly configured to handle different file extensions, you should have no problem."

I installed development environments with both without any problems, even using the same database, even when running the nodeJS application.

If you tell us what your current configuration is, it will be easier for you to help you with both tasks.

+3
source

All Articles