dongxiao3694 2013-07-03 14:31
浏览 48
已采纳

将现有的wordpress php博客整合到现有的coldfusion网站[关闭]

We have an existing wordpress.com blog and its url uses different host to our existing domain, blog.site.com. We want to move the blog into our existing e-commerce site that is hosted on our own servers and uses ColdFusion, www.site.com. We want the new address of the blog to be www.site.com/blog. Is this possible?

Suppose, we create a new server and install PHP on it, is it possible to keep our e-commerce site on a Coldfusion server and have users access them from the same domain and host?

  • 写回答

3条回答 默认 最新

  • dtla92562 2013-07-03 14:48
    关注

    In other words, you want to manage the blog content with Wordpress, but display the blog content using ColdFusion. And you don't want the Wordpress software accessible to the public.

    You'd have to create a ColdFusion data source and point it to the database that's being used by Wordpress. I'm sure it's a simple task to read the entry table from there.

    You can also consider moving to a ColdFusion based Content Management System.

    http://www.getmura.com/

    http://www.gocontentbox.org/

    Both of these can import data from Wordpress. Then you'd just deploy them as applications under the /blog/ route and you're ready to go.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?