I would like to know if it is possible to host a wordpress blog on the subdirectory of a rails application:

For instance: I would like to have domain.com/blog instead of having my blog on a subdomain: blog.domain.com .

I’m currently using lighttpd, but I can switch to something else if there is a solution.

Thanks

3 Answers
3

You can also set an apache Alias to say /blog is /path/to/wordpress

so it’s technically not inside your RoR app, you can deploy/make changes to the RoR app all day long then, without the need to worry about overwriting wordpress files.

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *