gkisiel / redirectioner

Redirectioner - The Redirection tool for WordPress

Home Page:https://redirectioner.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redirectioner

Creates automatic redirects for 404 traffic and page suggestions when matches are not found providing better service to your web visitors.

Description

Redirectioner allows WordPress admins to have control over their dead links and redirects from inside the admin panel. Redirectioner records all URLs that users have visited and allows the admin to easily create 301 and 302 redirects to valid pages on their site. Redirects can also be created based on the best possible match for the URL the visitor was most likely trying to reach.

Support & Bug Reports
If you're in need of support or would like to file a bug report, please head over to our Github repository and create a new issue.

Features:

  • Get list of 404 URLs as they happen inside the admin panel
  • Easily redirect 404 URLs to existing pages or choose to ignore the 404 error
  • Provides the ability to automatically create redirects based on the URL the visitor was most likely trying to visit
  • Provide visitors with a list of suggested pages on the 404 page when a automatic redirect can not be made
  • Ability to suggest tag and category pages
  • Ability to create automatic redirect for misspelled tag and category pages
  • Ability to view logs of hits to 404 pages and redirects including referrer data
  • Ability to remove automatically remove redirects when the URL matches a new page or post permalink
  • Ability to automatically remove manual and automatic redirects once they are no longer being used
  • All features work with both pages and posts
  • Create automatic redirects for any URL resolving to a single page or post that isn't the current permalink
  • Basic stats of plugin usage

Convert your 404 traffic by providing your site visitors with a better browsing experience and eliminate 404 URLs on your site.

Installation

Installation of Redirectioner is simple:

  1. Unzip redirectioner.zip and upload contents to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress Admin
  3. Use the Settings -> Redirectioner options page to enable desired features.

For the suggested pages feature to work you need to edit your 404.php template file to include the following code: <?php if (function_exists( 'wbz404_suggestions' ) ) { wbz404_suggestions(); } ?>

Frequently Asked Questions

How long does it take for 404 URLs to start showing up?

As long as the "Capture incoming 404 URLs" option is enabled in the options section, the 404 URLs will show up in the captured list as soon as a visitor hits a 404 page.

Will there be a slow down on my site when running the plugin?

No, there should be no noticeable slow down when running the plugin on your site.

Will this plugin redirect my pages if I change my permalinks structure?

Yes! Redirectioner records the page/post ID number and looks up the most current permalink before redirecting the user.

Can I redirect all 404's to a particular page?

No, that's not what this plugin is for. This plugin is designed to make your visitors experience better by automatically fixing 404 problems caused by typos.

Screenshots

  1. Admin Options Screen 1. Admin Options Screen

  2. Logs 2. Logs

  3. Create New Redirect 3. Create New Redirect

Upgrade Notice

Version 1.4.9

  • Fixed parse error on PHP <5.4 due to use of short array syntax. #30

Version 1.4.8

  • Rename to Redirectioner
  • Update branding links
  • Fixed broken pagination counts. #17
  • Fixed PHP notices on admin screen. #24
  • Fixed line-breaks in admin notices. #25
  • Cleaned up query arguments handling. #28

Version 1.4.7

  • Fixed too strict data sanitation for the wbz404_suggestions() template tag
  • Fixed CSS class for suggested 404s div wrapper.

Version 1.4.6

  • Fixed bug where query vars were being stripped
  • Fixed a bug caused by plugin incorrectly injecting end-points turning up as 404s
  • Fixed log purging issues
  • General code improvements

Version 1.4.4

Version 1.3

Added new purge options and sorting by number of hits. Lots of bug fixes.

Version 1.2

Major bug fixes. Also added bulk processing of URLs and admin notifications.

Version 1.1

2 bug fixes in adding/editing redirects

Version 1.0

Initial Release

About

Redirectioner - The Redirection tool for WordPress

https://redirectioner.com


Languages

Language:PHP 95.0%Language:JavaScript 5.0%