Broken Graphics after Restore
-
My blog was hacked, and I had to do a clean installation. I’ve restored the database, but I also have to rebuild the Uploads folder. I don’t have that many posts, so it’s doable, but I’m having trouble with the linking.
I have manually re-uploaded graphics exactly in the folder that the address indicates in the post. In fact, I can enter the URL in a browser window and see the image. But the images refuse to display inside the post itself.
Here is what the .htaccess file says:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
The blog is located at http://www.pollywoginc.com/blog/
And is there a better way to fix this issue other than manually uploading the images again?
The topic ‘Broken Graphics after Restore’ is closed to new replies.