A helpful guide to HTTP caching
http://www.mnot.net/cache_docs/
A helpful guide to HTTP caching
http://www.mnot.net/cache_docs/
I’ve had to move wordpress core and/or the wp-content directory around before and I needed to change URLs within the post body to direct to the new location. Running this query in mysql will update all of your post content (links, images, etc.):
UPDATE wp_posts SET post_content = REPLACE(post_content, 'http://example.com/old-directory', 'http://example.com/new-directory');
You’ll also want to update the guid column
UPDATE wp_posts SET guid = REPLACE(guid, 'http://example.com/old-directory', 'http://example.com/new-directory');
Some student photos from the summer photography and design class I taught.