Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Unable To Upload Avatars


preacherboy86
Member

@preacherboy86

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]

Skip to toolbar