- Joined
- Mar 1, 2009
- Posts
- 2,061
- Reaction score
- 56
I've been working on a WordPress installation (not yet live) and have been adjusting the slugs so they are optimised for the best keywords possible. However, noticed that the old permalink slugs now automatically redirect to the new one. This isn't needed as the website hasn't been published yet.
E.g. /old-page-title/ automatically redirects to /new-page-title/
So far I have:
1. Checked the root .htaccess file, nothing there.
2. Checked the wp_postmeta table in PHP MyAdmin for the meta_key "_wp_old_slug" after finding out about this online, nothing there.
3. Deleted old post revisions, no change there either.
Not a major problem, but would rather clear them.
Anyone have any ideas?
E.g. /old-page-title/ automatically redirects to /new-page-title/
So far I have:
1. Checked the root .htaccess file, nothing there.
2. Checked the wp_postmeta table in PHP MyAdmin for the meta_key "_wp_old_slug" after finding out about this online, nothing there.
3. Deleted old post revisions, no change there either.
Not a major problem, but would rather clear them.
Anyone have any ideas?