images files broken
-
I know there are a number of topics already about this problem. I have scoured them all and nothing that is suggested on any of them has helped fix my problem.
I recently attempted to update by wordpress multisite installation to the newest version of wordpress ( 3.8.1 ) when I did that the whole site brokedown. I had 20 blogs on the site and none of them showed up anymore. I ended up creating a new database and going through the install program for a new copy of wordpress. Once my new site was working I imported all the database tables for all the children sites into the new database. Everything is working fine now except the images are all broken on all the sites.
My .htaccess code is below and I already checked the AllowOverride All setting is correct as well
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L] # END WordPress
- The topic ‘images files broken’ is closed to new replies.