Is is possible to run Coldfusion & PHP on the same server and website?

前端 未结 5 1728
耶瑟儿~
耶瑟儿~ 2020-12-21 15:55

I would like to be able to port some new site pages over to PHP using the same db as in the coldfusion site. Is it possible to have PHP run pages in say other directory and

5条回答
  •  执笔经年
    2020-12-21 16:38

    Yes, this is possible, I have this available on my production web server (RedHat but it shouldn't matter). If you're looking for details on configuration I couldn't help you though, I had my host set it up. I wouldn't imagine a standard install of both would conflict, just set up the proper handling for each file extension and you should be good to go, keeping them in separate directories or mixing them in one.

提交回复
热议问题