Viewing 8 replies - 1 through 8 (of 8 total)
  • 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

    (@hristo-sg)

    SiteGround Representative

    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.

    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.

    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 7 years, 11 months ago by swinggraphics.
    Plugin Author Hristo Pandjarov

    (@hristo-sg)

    SiteGround Representative

    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 ??

    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?

    We also need a solution for SG cache with multisite. Is there an IF or WHEN this is coming? Thanks…

    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.