Title: Issues with Multisite
Last modified: August 21, 2016

---

# Issues with Multisite

 *  [billku](https://wordpress.org/support/users/billku/)
 * (@billku)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/issues-with-multisite-1/)
 * Ruining WP network sites – configured as sub domain for development and sub folder
   for production sites. My efforts do far have only been with the sub folder configuration.
 * So far I can’t seem to get this to work; I have tried numerous variations of 
   settings. I’ve seen other threads related to this but the solutions found there
   refer to a hack that seems to be included in a later (current?) version.
 * I read Jeremy’s note “I’m thinking about building in support for the Network 
   feature of WP 3.0 but it’s not worth it right now due to the ridiculously sparse
   documentation and the fact that I’m not sure if anyone would actually use it.”
 * I can relate to the “ridiculously sparse documentation”! Has any progress been
   made on this? I, for one, would find it extremely useful.
 * Please advise, I would like to get this plugin working, but will search elsewhere
   if Network support is not ready yet.
 * Thanks,
    Bill
 * [https://wordpress.org/plugins/underconstruction/](https://wordpress.org/plugins/underconstruction/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [richidi](https://wordpress.org/support/users/richidi/)
 * (@richidi)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/issues-with-multisite-1/#post-4755190)
 * I would definitely like to see this one work on Multisite. When I’m on site.com/
   subsite -> Under Construction settings and I hit save, it redirects me to site.
   com/wp-admin
 *  [bjoerne](https://wordpress.org/support/users/bjoerne/)
 * (@bjoerne)
 * [12 years ago](https://wordpress.org/support/topic/issues-with-multisite-1/#post-4755299)
 * The problem is caused by a wrong form action. A solution is to patch the file**
   ucOptions.php**. Replace
 * `<?php echo $GLOBALS['PHP_SELF'] . '?page=' . $this->mainOptionsPage; ?>`
 * with
 * `<?php echo esc_attr($_SERVER['REQUEST_URI']); ?>`
 *  [bjoerne](https://wordpress.org/support/users/bjoerne/)
 * (@bjoerne)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/issues-with-multisite-1/#post-4755316)
 * This is still an issue! The good news: The patch still works.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Issues with Multisite’ is closed to new replies.

 * ![](https://ps.w.org/underconstruction/assets/icon-256x256.png?rev=2223095)
 * [underConstruction](https://wordpress.org/plugins/underconstruction/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/underconstruction/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/underconstruction/)
 * [Active Topics](https://wordpress.org/support/plugin/underconstruction/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/underconstruction/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/underconstruction/reviews/)

## Tags

 * [multisite](https://wordpress.org/support/topic-tag/multisite/)

 * 3 replies
 * 3 participants
 * Last reply from: [bjoerne](https://wordpress.org/support/users/bjoerne/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/issues-with-multisite-1/#post-4755316)
 * Status: not resolved