Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • The solution I previously posted did not really ‘fix’ the problem. Check htaccess for the following lines:

    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) yoursitename/$2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ yoursitename/$2 [L]

    If your file has the ‘yoursitename’ before /$2 remove it.

    The upload path issue should now be resolved in both public and admin sites.

    I am using WPMU plugins all over and had the same problem as above. It’s not well documented at all because the problem is not wordpress. I am now thinking it’s a plugin conflict. If you want to test this turn off all plugins except the network plugin and see if the problem persists.

    I went to the plugin screen for ‘Ultimate Branding’ Plugin and disabled the permalinks option there since it removed permalinks and I suspected the network needs that to work correctly. The minute I disabled that option the red alert WENT AWAY and I did not have to choose PHP(WP < 3.5) in Edit Network. I have only tested this briefly and not yet with sub-sites.

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