Redirection Manager is a lightweight WordPress plugin designed for headless setups like Next.js, Vue.js, and Nuxt.js. It enables developers to manage 301, 302 redirects, and 404 closures directly from the WordPress admin panel. Redirects are stored in a custom database table and can be easily fetched via GraphQL, thanks to seamless integration with WPGraphQL. Uses GraphQL to fetch redirection URLs from WordPress and implement redirection logic in the frontend app.
WordPress Plugin Link: https://wordpress.org/plugins/redirection-manager/
