Linux 软件免费装
Banner图

Redirection Manager

开发者 dropndot
更新时间 2025年12月1日 20:47
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

url redirect graphql headless wordpress react next.js nuxt.js 301 redirect 308 redirect 410 gone

下载

1.0.0 2.0.0 2.0.1

详情介绍:

Redirection Manager is a powerful redirect management plugin designed for both classic WordPress sites and Headless WordPress setups, perfect for developers building modern frontends with Next.js, Nuxt.js, React, and other JavaScript frameworks. Note: The plugin WPGraphQL (https://wordpress.org/plugins/wp-graphql/) is required for GraphQL functionality. Key Features Global Redirect Management: Supported Redirect Types

安装:

  1. Upload the plugin files to the /wp-content/plugins/redirection-manager directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Install and activate the WPGraphQL plugin (required for GraphQL functionality).
  4. Navigate to Settings > Redirect Manager to manage your redirects.
  5. Optionally, set post-level redirects using the "Redirect Settings" meta box in the post editor.

屏幕截图:

  • **GraphQL Query:** Fetch redirects via GraphQL for your headless frontend

升级注意事项:

2.0.0 Major update with new redirect types (301, 308, 410), post-level redirects, CSV export, content management features, and enhanced GraphQL integration. Recommended for all users. 1.0.0 Initial version.

常见问题:

How do I use the redirects on my headless frontend?

Use GraphQL to fetch the redirects from WordPress. Query the redirectionManager field to get all global redirects, or query individual posts with redirectType and redirectUrl fields.

What's the difference between 301 and 308 redirects?

Both are permanent redirects. 301 is the traditional redirect that may change POST to GET. 308 is the modern alternative that preserves the HTTP method and request body.

Can I export my redirects?

Yes! Use the "Export CSV" button on the Redirect Manager settings page to download all your redirects as a CSV file.

Does this work with WooCommerce?

Yes! The plugin detects and supports WooCommerce products, allowing you to manage redirects for product URLs.

Can I set redirects for individual posts?

Yes! Version 2.0.0 introduces post-level redirects. You'll find a "Redirect Settings" meta box in the post editor for all public post types.

更新日志:

2.0.1 2.0.0 1.0.0