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.

評價

There are no reviews for this plugin.

貢獻者及開發者

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