Linux 软件免费装
Banner图

RationalRedirects

开发者 rationalwp
更新时间 2026年3月7日 01:00
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

redirect 301 redirect 302 redirect url redirect regex redirect

下载

1.0.1

详情介绍:

RationalRedirects is a lightweight WordPress plugin for managing URL redirects. It supports exact path matching, regular expressions with capture groups, and automatically creates redirects when post/page slugs change. Features:

安装:

  1. Upload the rationalredirects folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to RationalWP > Redirects to manage your redirects

升级注意事项:

1.0.0 Initial release.

常见问题:

How do I create a simple redirect?

Go to RationalWP > Redirects, enter the source path (e.g., /old-page), the destination URL, select a status code, and click "Add Redirect".

How do I use regex redirects?

Check the "Is Regex" box when creating a redirect. Use capture groups in your pattern and reference them in the destination with $1, $2, etc. Example: Pattern /blog/(.*) with destination /news/$1 will redirect /blog/my-post to /news/my-post.

What status codes are available?

  • 301 - Permanent redirect (recommended for SEO)
  • 302 - Temporary redirect
  • 307 - Temporary redirect (preserves request method)
  • 410 - Gone (content permanently removed)

How do automatic slug redirects work?

When enabled in settings, the plugin monitors changes to post and page URLs. When you change a slug, it automatically creates a 301 redirect from the old URL to the new one.

Can I import redirects from other plugins?

Yes! The Import tab supports importing from Yoast SEO Premium, Rank Math, All in One SEO, SEOPress, and Redirection.

更新日志:

1.0.1