[Plugin: WordPress Download Monitor] Multisite works on main domain but not on child domains
-
Using download monitor on all three of my sites. On the main site, the parent site, the root domain for multisite, downloads work find out of the box, and of course to get downloads to work for the child sites, i have to enter this into download.php
//for multisite installations if ( is_multisite() ) { $path = '/wp-content/blogs.dir/' . $blog_id . '/' . $path; }
But what this does is break downloads on the parent/root site and allows them to work on the child sites. Is there any way for both to work that anyone has found?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: WordPress Download Monitor] Multisite works on main domain but not on child domains’ is closed to new replies.