What's the best way to run Wordpress on the same domain as a Rails application?

Posted by Brian Deterling on Stack Overflow See other posts from Stack Overflow or by Brian Deterling
Published on 2008-09-18T02:33:14Z Indexed on 2010/06/13 13:22 UTC
Read the original article Hit count: 206

Filed under:
|
|
|
|

I've got a standard Rails app with Nginx and Mongrel running at http://mydomain. I need to run a Wordpress blog at http://mydomain.com/blog. My preference would be to host the blog in Apache running on either the same server or a separate box but I don't want the user to see a different server in the URL. Is that possible and if not, what would you recommend to accomplish the goal?

© Stack Overflow or respective owner

Related posts about php

Related posts about ruby-on-rails