Title: Multisite support?
Last modified: December 19, 2016

---

# Multisite support?

 *  [echoleaf](https://wordpress.org/support/users/echoleaf/)
 * (@echoleaf)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/multisite-support-188/)
 * Are you officially supporting multisite yet?

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

 *  [coccoinomane](https://wordpress.org/support/users/coccoinomane/)
 * (@coccoinomane)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/multisite-support-188/#post-8568356)
 * Good luck getting an answer! It has been months SiteGround has been ignoring 
   this forum. You’ll have more luck if you open a support ticket directly with 
   them.
 *  Plugin Author [Hristo Pandjarov](https://wordpress.org/support/users/hristo-sg/)
 * (@hristo-sg)
 * SiteGround Representative
 * [9 years, 4 months ago](https://wordpress.org/support/topic/multisite-support-188/#post-8568611)
 * The thread is not ignored, it’s just a lot of work to support MS. It’s in the
   que and once it’s ready, an upadte will be released. Hopefully, it we will start
   supporting it really soon.
 *  [swinggraphics](https://wordpress.org/support/users/swinggraphics/)
 * (@swinggraphics)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/multisite-support-188/#post-8586373)
 * To support domain mapping, may I suggest just adding a field to the plugin’s 
   wp-admin page that lets us specify a domain to clear with the plugin? That option
   would be stored using `update_option` and used in class-sg-cachepress-supercacher.
   php around line 115 to set the host that would be cleared.
 *  [swinggraphics](https://wordpress.org/support/users/swinggraphics/)
 * (@swinggraphics)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/multisite-support-188/#post-8586412)
 * My quick and dirty solution until support is fully integrated:
 * In class-sg-cachepress-supercacher.php, find `$realhost = parse_url($_SERVER['
   HTTP_REFERER'], PHP_URL_HOST );` and insert new line after:
    `if( $supercacher_host
   = get_option( 'supercacher_host' ) ) $realhost = $supercacher_host;`
 * In my theme’s functions.php file, add:
    `if( is_admin() && 2== get_current_blog_id())
   update_option( 'supercacher_host', 'mapped-domain-alias.com' );`
 * Works a treat!
    -  This reply was modified 9 years, 4 months ago by [swinggraphics](https://wordpress.org/support/users/swinggraphics/).
 *  Plugin Author [Hristo Pandjarov](https://wordpress.org/support/users/hristo-sg/)
 * (@hristo-sg)
 * SiteGround Representative
 * [9 years, 4 months ago](https://wordpress.org/support/topic/multisite-support-188/#post-8592614)
 * For MS update I really wanted another admin page so you can customize which user
   levels have access to purging and then create another separate page for those
   users that they can use to exclude URLs and purge manually. Just delaying the
   update a bit so we can make it properly 🙂
 *  [Mark Wilkinson](https://wordpress.org/support/users/wpmarkuk/)
 * (@wpmarkuk)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/multisite-support-188/#post-8960027)
 * Also interested in using with Multisite. Would it also allow 1 site in a (multisite)
   network to cache content while another doesn’t use caching at all?
 * Any updates on the timescales here please?
 *  [T Billiusthefourth](https://wordpress.org/support/users/thomasbill/)
 * (@thomasbill)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/multisite-support-188/#post-8994661)
 * We also need a solution for SG cache with multisite. Is there an IF or WHEN this
   is coming? Thanks…
 *  [swinggraphics](https://wordpress.org/support/users/swinggraphics/)
 * (@swinggraphics)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/multisite-support-188/#post-8996501)
 * I think SiteGround is waiting way too long to add basic MS capability. Sounds
   like they’re waiting until they can roll a whole lot of features into a release.
   This is bad. It desperately needs to be compatible with domain mapping. Adding
   that would be easy.

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

The topic ‘Multisite support?’ is closed to new replies.

 * ![](https://ps.w.org/sg-cachepress/assets/icon-256x256.gif?rev=2971889)
 * [Speed Optimizer - The All-In-One Performance-Boosting Plugin](https://wordpress.org/plugins/sg-cachepress/)
 * [Support Threads](https://wordpress.org/support/plugin/sg-cachepress/)
 * [Active Topics](https://wordpress.org/support/plugin/sg-cachepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sg-cachepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sg-cachepress/reviews/)

 * 8 replies
 * 6 participants
 * Last reply from: [swinggraphics](https://wordpress.org/support/users/swinggraphics/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/multisite-support-188/#post-8996501)
 * Status: not resolved