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