Redirection
Manage 301 redirects, track 404 errors, and improve your site. No knowledge of Apache or Nginx required.
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_redirection_404 | Stores redirection 404 data created by this plugin. | Static |
| wp_redirection_groups | Stores redirection groups data created by this plugin. | Static |
| wp_redirection_items | Stores redirection items data created by this plugin. | Static |
| wp_redirection_logs | A logging table that records activity, events, or audit history. | Static |