Linux 软件免费装
Banner图

301 Redirect Manager, 404 Errors Logger + Fix, Broken Link Checker

开发者 NewCodeByte
更新时间 2025年8月19日 15:07
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

redirect 301 404 broken links link scanner

下载

1.0 1.0.1

详情介绍:

Tired of losing visitors to broken links and 404 errors? Advanced Redirect Manager is your all-in-one solution for complete link management and site health monitoring. Go beyond simple redirects and take full control of your site's URL structure, user experience, and SEO performance. Our powerful, yet user-friendly, interface allows you to create and manage all types of redirects (301, 302, 307, 308) with ease, including complex wildcard rules. But we don't stop there. Advanced Redirect Manager actively monitors your site for "Page Not Found" (404) errors, allowing you to turn lost traffic into successful conversions with just a few clicks. What truly sets us apart is the proactive Link Scanner. Don't wait for users to report broken links. Our intelligent scanner crawls your posts and pages, identifying both internal and external broken links before they can harm your site's reputation and search engine rankings. Why Choose Advanced Redirect Manager? Whether you're migrating a website, restructuring your content, or simply want to ensure a flawless user experience, Advanced Redirect Manager provides the professional tools you need in one powerful package.

安装:

  1. Upload the advanced-redirect-manager folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Go to Settings > Redirect Manager to start creating redirect rules and monitoring your site.
That's it! The plugin will automatically start logging 404 errors.

屏幕截图:

  • The intuitive modal for adding or editing a redirect rule, with the smart search feature.
  • The 404 Error Log, displaying recent errors with one-click actions.
  • The powerful Link Scanner in action.
  • The Link Scanner showing broken link results.
  • The Tools & Options page, allowing for easy CSV import/export of your redirect rules for backup or migration.

常见问题:

Does this plugin affect my site's performance?

We've built Advanced Redirect Manager with performance as a top priority. The redirection engine is highly optimized and uses the built-in WordPress Object Cache. On sites with a persistent object cache (like Redis or Memcached), this means virtually zero database load for handling redirects after the first visit. The Link Scanner runs only when you trigger it manually and uses AJAX chunking to avoid slowing down your server.

What's the difference between a 301, 302, 307 and 308 redirect?

  • 301 (Moved Permanently): The classic permanent redirect. It tells search engines that a page has moved permanently and they should transfer all SEO value to the new URL. Important: A 301 redirect may allow browsers to change the request method from POST to GET.
  • 308 (Permanent Redirect): The modern and stricter version of the 301. It also signals a permanent move and transfers SEO value, but it strictly preserves the original request method. This means a POST request will remain a POST request to the new URL, which is crucial for forms or API endpoints.
  • 302 (Found) & 307 (Temporary Redirect): These tell search engines that the move is temporary and SEO value should not be passed. The 307 is the modern equivalent of the 302, as it strictly preserves the request method, just like the 308 does for permanent redirects. Use these for A/B testing or temporary maintenance pages.

Can I use wildcards? How do they work?

Yes! Use an asterisk (*) in the "Redirect From" field. Each * captures a segment of the URL. You can then use $1, $2, etc., in the "Redirect To" field to place the captured segments.

  • Example:
  • Redirect From: /products/category-*/item-*
  • Redirect To: /shop/$1/product/$2
  • This would redirect /products/category-books/item-123 to /shop/books/product/123.

Does the Link Scanner run automatically in the background?

No. To ensure it doesn't impact your site's performance without your knowledge, the Link Scanner is a tool that you must run manually from the plugin's admin page.

What happens when I uninstall the plugin?

Upon uninstallation (by clicking "Delete" in the Plugins screen), Advanced Redirect Manager cleans up after itself completely. It will remove its custom database table, all of its options from the wp_options table, and any related transients. Your data will be permanently deleted. If you only "Deactivate" the plugin, all your rules and data are kept safe for when you reactivate it.

更新日志:

1.0.1 1.0