I’m trying to debug a 301 redirect that is causing me lots of trouble. I renamed a page from /blog
to /old-blog
and created a new page with the /blog
slug. Now I’m getting 301 redirects from /blog
to /old-blog
. I already tried to look for the value in the wp_postmeta
table with the meta_key
*_wp_old_slug*
but it isn’t showing up.
I did found 2 entries with the blog meta_value
under the *_wp_desired_post_slug*
meta_key. What are these values supposed to be for?