This is a sort of two part question, the second part being conditional on the answer to the first.
1. Is plugin_wiki deprecated for auth.wiki or am I misinterpreting what's going on? I can find some documentation on plugin_wiki but most current discussion seems to be on doing the same things with auth.wiki which I can find zero documentation on, only discussion. If so, where can I find more information on auth.wiki? 2. If plugin_wiki is not obsolete, I'm having an issue with domain routing on an app with plugin_wiki installed. If I have domain routing set up to route blog.domain.com to my blog app, plugin_wiki will not work at all. If I try to load plugin_wiki with domain routing enabled by going to domain.com/welcome/plugin_wiki/index or any variant on that with any other app, I get an invalid controller error saying that domain.com/welcome/default/plugin_wiki/index is an invalid controller function. If I disable domain routing it otherwise loads the page. --

