I should add that I started a new site after having crashing my old site trying to upgrade, so all current images are ones I uploaded after making the recommended changes. I need to try to import my old database if I can, but that is another problem.
Everything seems to be working fine, but I am still getting the message in my dashboard:
“The wp-content/blogs.php file is deprecated…”
This after deleting wp-content/blogs.php file and adding:
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]
to the .htaccess file
As I say everything seems to work fine. Should I be concerned about the continued “file is deprecated” message?
Thanks!
Nat
I already deleted “wp-content/blogs.php” Do you mean some other file?
Hi, I did this, but am still seeing the message “The wp-content/blogs.php file is deprecated…” I rechecked the .htaccess a number of times, and the new “RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]” is in the code.
Any suggestions?