BBH Redirection

外掛說明

BBH Redirection is a lightweight WordPress redirect manager plugin that helps you create and manage 301 redirects easily. Perfect for fixing broken links, migrating URLs, changing permalinks, and improving SEO without editing .htaccess files or server configurations.

Unlike heavy redirect plugins, BBH Redirection focuses on simplicity, speed, and minimal resource usage.

Features

  • Create unlimited 301 redirects
  • Monitor 404 and track missing pages
  • Lightweight and performance-focused
  • Clean and beginner-friendly admin UI
  • Custom database table with indexed lookups
  • Bulk delete redirects quickly
  • Input validation and sanitization for security
  • Uses WordPress nonce verification and capability checks
  • No .htaccess editing required
  • No external libraries or dependencies

Support & Contact

Need help or want to report an issue? Visit our support page or open a support ticket on the WordPress plugin repository.

  • Website: https://jahidshah.com/
  • Support: https://wordpress.org/support/plugin/bbh-redirection/

Our All Plugins

螢幕擷圖

安裝方式

  1. Upload the bbh-redirection folder to your /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Navigate to the “Redirections” menu in your WordPress admin to add redirects

常見問題集

Does this plugin support temporary redirects (302)?

Currently, BBH Redirection supports permanent 301 redirects only.

Does the plugin prevent redirect loops?

Yes. BBH Redirection includes basic redirect loop detection to help prevent accidental self-redirects.

How do I add a redirect?

  1. Go to Redirections in your WordPress admin
  2. Enter the source URL (e.g., /old-page/)
  3. Enter the destination URL (e.g., https://example.com/new-page/)
  4. Click “Add Redirect”

Can I redirect to external URLs?

Yes, you can redirect to any valid URL including external sites.

Will this plugin slow down my site?

No. The plugin uses a single optimized database query and only runs on non-admin requests, keeping performance impact minimal.

使用者評論

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

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

1.0.0

  • Initial release
  • Add/manage 301 redirects
  • Bulk delete functionality
  • Custom database table with indexed lookups
  • Clean admin UI

1.0.1

  • Update CSS for Better UI Experience.

1.1.0

  • Added 404 Monitor features to track missing pages.
  • Updated CSS styling for a cleaner, more intuitive user experience.
  • Fixed minor security and variable escaping notices.

1.1.1

  • Improved minor CSS styling for a cleaner and more intuitive user experience.
  • Updated documentation for improved clarity.