Linux 软件免费装
Banner图

Kaan Bulk Redirects

开发者 kaan73
更新时间 2026年1月21日 18:50
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

redirect SEO 301 redirect CSV wildcard

下载

1.4.5

详情介绍:

Kaan Bulk Redirects is a lightweight, user-friendly WordPress plugin that helps you manage 301 redirects without any hassle. Whether you're migrating your site, restructuring URLs, or consolidating content, this plugin makes redirect management simple and efficient. Why Use Kaan Bulk Redirects? Key Features 🚀 Bulk Management Add, edit, and remove multiple redirects directly from your WordPress admin panel. No need to edit .htaccess files or write complex rules. 📊 CSV Import/Export Easily import hundreds of redirects from a CSV file. Export your current redirects for backup or migration to another site. 🎯 Wildcard Redirects Redirect entire sections of your site with wildcard patterns. For example, redirect all pages under /old-blog/* to /new-blog/ automatically. 🌐 Domain-to-Domain Redirects Moving to a new domain? Redirect specific pages from your old domain to your new one with full URL support. ⚡ Lightweight & Fast No bloated code, no unnecessary features. Just clean, efficient redirect management that won't slow down your site. 🔒 Secure Built with WordPress security best practices. All inputs are validated and sanitized to protect your site. Perfect For How It Works
  1. Add Redirects Manually: Use the simple table interface to add old and new URLs
  2. Import from CSV: Upload a CSV file with your redirect rules
  3. Use Wildcards: Create pattern-based redirects for entire sections
  4. Export for Backup: Download your redirects as a CSV file anytime
All redirects are 301 (permanent) redirects, which is the SEO-friendly standard that tells search engines the page has permanently moved. Example Use Cases Simple Redirect Old URL: /about-us/ New URL: /about/ Redirect to Homepage Old URL: /old-page/ New URL: / Wildcard Redirect Old URL: /blog/2023/* New URL: /archive/2023/ Result: All pages under /blog/2023/ redirect to /archive/2023/ Preserve Subpages with Wildcards Old URL: /old-category/* New URL: /new-category/$1 Result: /old-category/page1//new-category/page1/ Domain Change Old URL: https://oldsite.com/page/ New URL: https://newsite.com/page/ Developer Friendly

安装:

Automatic Installation
  1. Log in to your WordPress admin panel
  2. Navigate to Plugins > Add New
  3. Search for "Kaan Bulk Redirects"
  4. Click Install Now and then Activate
Manual Installation
  1. Download the plugin ZIP file
  2. Upload the kaan-bulk-redirects folder to /wp-content/plugins/
  3. Activate the plugin through the Plugins menu in WordPress
  4. Go to Bulk Redirects in the admin menu to start adding redirects
Getting Started
  1. Navigate to Bulk Redirects in your WordPress admin menu
  2. Add your first redirect by entering the old URL and new URL
  3. Click Save Redirects
  4. Test the redirect by visiting the old URL

屏幕截图:

  • **CSV Import/Export** - Bulk import and export functionality
  • **Wildcard Example** - Using wildcards to redirect entire sections
  • **Add Redirect** - Easy-to-use interface for adding new redirects

升级注意事项:

1.4.5 Important security and compatibility update. Includes WordPress 6.9 support and enhanced file handling security. 1.4.2 Important security update. Includes comprehensive data sanitization and validation improvements. 1.4.1 Security enhancement update. Adds dangerous URL detection and improved file upload validation. 1.4.0 Security update. Fixes data sanitization issues and improves plugin stability.

常见问题:

How do I add a redirect?

Go to Bulk Redirects in your admin menu, enter the old URL in the first column and the new URL in the second column, then click Save Redirects.

Can I redirect to my homepage?

Yes! Simply use / as the new URL to redirect any page to your homepage.

What is a wildcard redirect?

A wildcard redirect uses * to match multiple URLs. For example, /old-blog/* will match /old-blog/post1/, /old-blog/post2/, etc.

How do I preserve the subpage path in a wildcard redirect?

Use $1 in your new URL. For example: Old URL: /old/* New URL: /new/$1 This will redirect /old/page/ to /new/page/

Can I import redirects from a CSV file?

Yes! Click the Import CSV button, select your CSV file (format: Old URL, New URL), and click Import. The plugin will process all redirects at once.

What CSV format should I use?

Your CSV should have two columns: "Old URL" and "New URL". See the example below: Old URL,New URL /about-us/,/about/ /old-page/,/new-page/ /blog/*,/archive/

Can I export my redirects?

Yes! Click the Export CSV button to download all your current redirects as a CSV file. This is useful for backups or migrating to another site.

Does this work with custom post types?

Yes! The plugin works with any URL on your WordPress site, including custom post types, pages, posts, and custom URLs.

Will this affect my site's performance?

No. The plugin is extremely lightweight and only runs when a redirect is needed. It won't slow down your site.

Can I redirect from an external domain?

Yes! You can use full URLs (e.g., https://mavitaksi.com/) to redirect from external domains, as long as you have control over the old domain.

What happens if I have multiple redirects for the same URL?

The plugin will use the first matching redirect it finds. Make sure to avoid duplicate old URLs.

Can I redirect to an external site?

Yes! You can use full URLs as the new URL (e.g., https://mavitaksi.com/contact/).

Is this plugin compatible with other redirect plugins?

Yes, but we recommend using only one redirect plugin to avoid conflicts. If you're switching from another plugin, export your redirects first, then import them into Kaan Bulk Redirects.

更新日志:

1.4.5 1.4.2 1.4.1 1.4.0 1.3.1 1.2