neil
(Neil Lalonde)
September 3, 2015, 9:53pm
12
If you insist on doing this, I recommend you deploy Discourse to a subfolder first (www.example.com/forum ), and then you can deploy other apps (like your blog) to other subfolders.
Let’s say you have a WordPress blog on http://=DOMAIN=, and you want to serve your Discourse forums (which run on a different server) from http://=DOMAIN==PATH=. How do you do that?
Note: This won’t work for serving multiple Discourse instances from different folders on the same domain. You need to use different subdomains so that each site can have different cookies.
You’re going to need to send all traffic for the domain to one place that can route traffic to the correct server. In thi…