Re: Missing avatars with WP3.0 & BP1.2.5
So, creating an.htaccess file with just the following brought back my avatars, but now I cannot administer groups. Attempts to use the UI to admin group just gets me in an endless loop where it appears the system will not accept data.
RewriteEngine On
RewriteBase /
# uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]