Title: RationalRedirects
Author: rationalwp
Published: <strong>ಮಾರ್ಚ್ 6, 2026</strong>
Last modified: ಮೇ 20, 2026

---

ಪ್ಲಗಿನ್‌ಗಳನ್ನು ಹುಡುಕಿ

![](https://ps.w.org/rationalredirects/assets/banner-772x250.png?rev=3476577)

![](https://ps.w.org/rationalredirects/assets/icon-256x256.png?rev=3476577)

# RationalRedirects

 ‍[rationalwp](https://profiles.wordpress.org/rationalwp/) ಮೂಲಕ

[ಡೌನ್ಲೋಡ್](https://downloads.wordpress.org/plugin/rationalredirects.1.0.2.zip)

 * [ವಿವರಗಳು](https://kn.wordpress.org/plugins/rationalredirects/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/rationalredirects/#reviews)
 *  [ಸ್ಥಾಪನೆ](https://kn.wordpress.org/plugins/rationalredirects/#installation)
 * [ಅಭಿವೃದ್ಧಿ](https://kn.wordpress.org/plugins/rationalredirects/#developers)

 [ಬೆಂಬಲ](https://wordpress.org/support/plugin/rationalredirects/)

## ವಿವರಣೆ

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:**

 * **Simple Redirects** – Redirect one URL to another with 301, 302, 307, or 410
   status codes
 * **Regex Support** – Use regular expressions with capture groups for flexible 
   pattern matching
 * **Auto Slug Redirects** – Automatically create redirects when you change a post
   or page URL slug
 * **Hit Counter** – Track how many times each redirect is triggered
 * **Fast Performance** – Database-indexed lookups and transient caching for regex
   patterns
 * **Import System** – Import redirects from Yoast SEO Premium, Rank Math, All in
   One SEO, SEOPress, and Redirection

### External Services

This plugin connects to the following external services:

#### RationalWP Plugin Directory

This plugin fetches a list of available RationalWP plugins from [rationalwp.com](https://rationalwp.com/)
to display in the WordPress admin menu. Only the menu file version number is sent
as a cache-busting query parameter. No user data is transmitted. The response is
cached locally for 24 hours.

 * Service URL: [https://rationalwp.com/plugins.json](https://rationalwp.com/plugins.json)
 * Terms of Service: [https://rationalwp.com/terms/](https://rationalwp.com/terms/)
 * Privacy Policy: [https://rationalwp.com/privacy/](https://rationalwp.com/privacy/)

## ಸ್ಥಾಪನೆ

 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

## FAQ

### 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.

## ‍ವಿಮರ್ಶೆಗಳು‍

ಈ ಪ್ಲಗಿನ್‌ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.

## ಕೊಡುಗೆದಾರರು & ಡೆವಲಪರ್‌ಗಳು

“RationalRedirects” ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್‌ವೇರ್ ಆಗಿದೆ. ಕೆಳಗಿನ ಜನರು ಈ ಪ್ಲಗಿನ್‌ಗೆ ಕೊಡುಗೆ
ನೀಡಿದ್ದಾರೆ.

ಕೊಡುಗೆದಾರರು

 *   [ rationalwp ](https://profiles.wordpress.org/rationalwp/)

[“RationalRedirects” ಅನ್ನು ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ.](https://translate.wordpress.org/projects/wp-plugins/rationalredirects)

### ಅಭಿವೃದ್ಧಿಯಲ್ಲಿ ಆಸಕ್ತಿ ಇದೆಯೇ?

[ಕೋಡ್ ಬ್ರೌಸ್ ಮಾಡಿ](https://plugins.trac.wordpress.org/browser/rationalredirects/),
[SVN ರೆಪೊಸಿಟರಿ](https://plugins.svn.wordpress.org/rationalredirects/) ಪರಿಶೀಲಿಸಿ,
ಅಥವಾ [ಅಭಿವೃದ್ಧಿ ಲಾಗ್](https://plugins.trac.wordpress.org/log/rationalredirects/)
ಗೆ [RSS](https://plugins.trac.wordpress.org/log/rationalredirects/?limit=100&mode=stop_on_copy&format=rss)
ಚಂದಾದಾರರಾಗಿ.

## Changelog

#### 1.0.2

 * Tested up to WordPress 7.0.

#### 1.0.1

 * Fixing plugin URL
 * Initial release
 * Simple and regex redirect support
 * Automatic slug change tracking
 * Hit counter for redirects
 * Import system for popular SEO plugins

## ಮೆಟಾ

 *  Version **1.0.2**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **1 ವಾರ ರ ಮುನ್ನ**
 *  ಸಕ್ರಿಯ ಸ್ಥಾಪನೆಗಳು **10 ಕ್ಕಿಂತ ಕಡಿಮೆ**
 *  ವರ್ಡ್ಪ್ರೆಸ್ ಆವೃತ್ತಿ ** 5.0 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  **7.0** ವರೆಗೆ ಪರೀಕ್ಷಿಸಲಾಗಿದೆ
 *  PHP ಆವೃತ್ತಿ ** 7.4 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  Language
 * [English (US)](https://wordpress.org/plugins/rationalredirects/)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [301 redirect](https://kn.wordpress.org/plugins/tags/301-redirect/)[302 redirect](https://kn.wordpress.org/plugins/tags/302-redirect/)
   [redirect](https://kn.wordpress.org/plugins/tags/redirect/)[url redirect](https://kn.wordpress.org/plugins/tags/url-redirect/)
 *  [ಸುಧಾರಿತ ನೋಟ](https://kn.wordpress.org/plugins/rationalredirects/advanced/)

## ರೇಟಿಂಗ್‌ಗಳು

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/rationalredirects/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/rationalredirects/reviews/)

## ಕೊಡುಗೆದಾರರು

 *   [ rationalwp ](https://profiles.wordpress.org/rationalwp/)

## ಬೆಂಬಲ

ಹೇಳಲು ಏನಾದರೂ ಸಿಕ್ಕಿದೆಯೇ? ಸಹಾಯ ಬೇಕೇ?

 [ಬೆಂಬಲ ವೇದಿಕೆಯನ್ನು ವೀಕ್ಷಿಸಿ](https://wordpress.org/support/plugin/rationalredirects/)