Re: Unable To Upload Avatars
And I fixed my jcropper issue, too. I really don’t know how I managed to do this, but there was an extra “s” in ms-files.php in my .htaccess file.
Originally, it was:
# uploaded files
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-filess.php?file=$2 [L]
Should have been (and I changed it to):
# uploaded files
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]