• I’ve had great luck with Doncha’s excellent domain mapping plugin since WPMU 2.8, but I’ve never tried it quite like this…

    1) We have several sites at different domains (foo.com, bar.com, etc.com) that use Ruby on Rails and Apache (already working).

    2) We would like to use Apache’s mod_proxy to make foo.com/blog, bar.com/blog, and etc.com/blog all point to our WP VPS at wpblog.com/blog (also, already set up and working)

    3) We would like these WP instances to be a single WP_ALLOW_MULTISITE installation that runs from that location and is domain-mapped to serve these domains as separate subdirectory installations.

    Has anyone ever done something like this, using domain mapping?

Viewing 8 replies - 1 through 8 (of 8 total)
  • is domain-mapped to serve these domains as separate subdirectory installations.

    Yes, I have done it, but you don’t use the domain mapping plugin.

    You use a multi *network* plugin.

    http://wordpress.org/extend/plugins/wp-multi-network/

    Thread Starter briansage

    (@briansage)

    Thanks Andrea! I’m getting one…

    Thread Starter briansage

    (@briansage)

    Thanks for the advice. This seemed to work at first blush, but pretty permalinks aren’t working, now that we’re testing content.

    My suspicion is that permalinks need to be setup in the master network, then settings need to be cloned and remain unchanged. Does that sound right?

    no.

    Sub sites can have completely different permalink setting than the main site. they are *independent* from site to site.

    If your permalinks aren’t working, it’s still an htaccess issue. I bet your media uploads aren’t working either.

    Thread Starter briansage

    (@briansage)

    Yeah, nothing is working well at this point. Even / is a WP 404, while we have posts. We’ve given up on the multisite, all together, until we can get this working correctly.

    I think the big issue is that we have sitedomain.com/blog/ (Ruby on Rails project on Apache) using mod_proxy to grab content from blogserverIP/sitename/ (WP single install on Apache). Somewhere in all that, it’s going awry.

    Yeeeaaaaahhhh…. somewhere in there it’s all going to pot. outside of anything multisite.

    Thread Starter briansage

    (@briansage)

    Finally got a single site install to work (brilliantly, I might add). The trick we had to overcome was our path vs. directory discrepancy, and we sort of did it by lying to the server… We added a ServerAlias that matched the production site’s and pointed our hosts files to it during setup 😛

    Thanks again for all the help. I’ll be giving multisite another shot after we prove a few things with this setup.

    Hey, whatever works. 😀

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Ruby on Rails, mod_proxy subdirectory, and WP_ALLOW_MULTISITE’ is closed to new replies.