[wp-hackers] images in MySQL Wordpress databases?

John Black immanence7 at gmail.com
Sun Aug 7 13:26:03 UTC 2011


On 7 Aug 2011, at 15:22, Braydon wrote:

> Try adding something like this to your .htaccess or in your Apache virtual host config:
> 
> RewriteRule ^/wordpress/wp-content/uploads/(.*)$    http://example.com/wp-content/uploads/$1 [L,R=301]


Thank you Braydon.
Would this help avoid Google cache bounces? The site I'm migrating already existed and would be indexed. The posts will redirect, but not the images, perhaps? This rule would help, correct, even if I do find and replace in the actual database?

Thanks again,
John


More information about the wp-hackers mailing list