Redirection

Manage 301 redirects, track 404 errors, and improve your site. No knowledge of Apache or Nginx required.

4 database tables

Table NameDescriptionMethod
wp_redirection_404Stores redirection 404 data created by this plugin.Static
wp_redirection_groupsStores redirection groups data created by this plugin.Static
wp_redirection_itemsStores redirection items data created by this plugin.Static
wp_redirection_logsA logging table that records activity, events, or audit history.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:301_redirectsOption key:blog_charsetOption key:prli_db_versionOption key:quickppr_redirectsOption key:redirection_indexOption key:redirection_lookupOption key:redirection_optionsOption key:redirection_postOption key:redirection_rootOption key:rss_languageOption key:ss_redirects
wp_postmeta
Post meta
wp_termmeta
Term meta
wp_usermeta
User meta