URL Pathfinder

外掛說明

URL Pathfinder is a powerful WordPress plugin that helps reduce 404 errors by intelligently redirecting visitors to the closest matching content on your website. Using advanced fuzzy matching algorithms, the plugin analyzes broken URL requests and finds the most relevant post or page to redirect visitors to.

Key Features:

  • Intelligent 404 handling with fuzzy matching
  • Automatic redirection to closest matching content
  • Rate limiting to prevent abuse
  • Caching for improved performance
  • Admin bar notice to enable/disable the plugin without deactivating it
  • Support for multiple post types
  • Bad URL filtering

Usage

Once activated, URL Pathfinder automatically handles 404 errors without requiring any configuration. The plugin:

  1. Detects when a visitor encounters a 404 error
  2. Analyzes the requested URL
  3. Searches for the closest matching permalink
  4. Redirects the visitor to the best matching page or post

Admin Bar Control:

You can quickly enable or disable the plugin using the admin bar notice:
– Click on “URL Pathfinder ON” (enabled) or “URL Pathfinder OFF” (disabled)
– Changes take effect immediately without page reload

Configuration

The plugin comes with sensible defaults and works out of the box, including:

  • Rate Limiting: Prevents excessive redirect attempts
  • Bad URL Filtering: Excludes system and bot URLs from processing
  • Caching: Improves performance by caching fuzzy matching results

Technical Details

Performance:

  • Caching reduces database queries
  • Rate limiting prevents performance issues
  • Early exit for blocked URLs
  • Efficient fuzzy matching algorithm

Support

For support and feature requests, create a topic on https://wordpress.org/support/plugin/url-pathfinder/

License

This plugin is licensed under the GPL v2 or later.

Copyright (c) Presskopp – https://presskopp.com/

螢幕擷圖

安裝方式

  1. Upload the plugin files to /wp-content/plugins/url-pathfinder/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. The plugin will automatically start handling 404 errors

常見問題集

Does this plugin affect SEO?

The plugin uses 302 redirects which are SEO-friendly. However, it’s recommended to fix broken links rather than relying on automatic redirects.

Can I deactivate the plugin temporarily?

Yes, click on the admin bar notice to quickly enable/disable it without deactivating the plugin itself.

Will this slow down my site?

No, the plugin only processes 404 requests and uses caching for performance optimization.

How does fuzzy matching work?

The plugin compares the requested URL against all permalinks and finds the closest match based on string similarity.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈URL Pathfinder〉的開發相關工作。

參與者

〈URL Pathfinder〉外掛目前已有 9 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈URL Pathfinder〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.2

  • Fix: Some small adjustments

1.0.1

  • Fix: Adjusted some strings

1.0.0

  • Initial release
  • Fuzzy matching for 404 URLs
  • Admin bar control
  • Rate limiting and caching