简体   繁体   中英

Add Wordpress to Meteor site

I have a Meteor app that I want to add Wordpress blogging platform to.

There doesn't need to be any integration, just:

http://example.com/blog/

Anything behind blog/ belongs to WP.

How would I go about doing this? Thanks in advance.

One option you have is to just run a reverse-proxy in front of meteor, and configure it such that is redirects request for "example.com/blog" to a different port on your machine. In that port you can then run WP in which ever way you prefer.

This node module is extremely leight-weight and easy to use to set up a reverse proxy: https://github.com/nodejitsu/node-http-proxy .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM