WORKAROUND: For all 0.1.7 users with incorrect/broken image links
-
If you’re on a shared web host and get broken image links like this:
x://shr/user/random/whaterver/website.com/directory/more_stuff/wordpress/album/filename.jpg
When they should be like this:
http://www.example.com/wordpress/uploads/album/filename.jpg
Here’s a possible solution, as reported by @bymiki :
Hi guys. I have the same problem, for any reason the plugin try to charge the images from an incorrect url: http://www.mydomain.com/usr/home/mydomain.com/public_html/wp-content/uploads/album/
I dont know why, maybe because i have wordpress install in a subdomain??? anyway I get a temporally solution until the version 0.1.9 is finished. I just make a 301 redirect from .htaccess like this:
Redirect 301 usr/home/mydomain.com/public_html/wp-content/uploads/album/ http://mydomain.com/wp-content/uploads/album/
Now works fine, the images charges correctly.
I hope this can help you.
You must be logged in to reply to this topic.