Linux 软件免费装
Banner图

Redirection

开发者 johnny5
更新时间 2024年8月10日 19:20
捐献地址: 去捐款
WordPress版本: 6.6.1
版权: GPLv3

标签

redirect 301 404 htaccess apache

下载

2.2.12 2.2.9 5.3.3 5.5.0 5.3.6 2.4.5 2.7.2 3.2.1 3.7.1 5.3.10 2.2.14 2.2.7 2.2.8 2.3.10 2.3.11 2.3.12 2.3.13 2.3.14 2.3.15 2.3.16 2.3.3 2.3.4 2.3.5 2.3.6 2.3.8 2.3.9 2.4 2.4.2 2.4.3 2.4.4 2.5 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.7 2.7.1 2.7.3 2.8 2.8.1 2.9 2.9.2 3.0 3.0.1 3.1 3.1.1 3.2 3.3 3.3.1 3.4 3.4.1 3.5 3.6.1 3.6.2 3.6.3 3.7 3.7.2 4.0.1 4.1 4.1.1 4.2 4.2.1 4.2.2 4.2.3 4.3.1 4.4 4.4.1 4.4.2 4.5 4.5.1 4.6.2 4.7.1 4.8 4.9 4.9.1 4.9.2 5.0 5.0.1 5.5 5.3.5 5.3.9 5.4 5.4.1 5.4.2 2.2.10 5.2.1 2.10 4.3 4.7.2 5.1 5.1.1 5.3.1 5.3.2 5.2 2.1.29 2.2.11 2.2.2 2.3.2 3.6 3.7.3 4.0 5.1.2 5.1.3 5.2.2 5.2.3 5.3.0 2.2.13 4.3.2 4.3.3 5.3.4 5.3.7 5.3.8 2.10.1

详情介绍:

Redirection is the most popular redirect manager for WordPress. With it you can easily manage 301 redirections, keep track of 404 errors, and generally tidy up any loose ends your site may have. This can help reduce errors and improve your site ranking. Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects. It has been a WordPress plugin for over 10 years and has been recommended countless times. And it's free! Full documentation can be found at https://redirection.me Redirection is compatible with PHP from 7.0 to 8.3. Redirect manager Create and manage redirects quickly and easily without needing Apache or Nginx knowledge. If your WordPress supports permalinks then you can use Redirection to redirect any URL. There is full support for regular expressions so you can create redirect patterns to match any number of URLs. You can match query parameters and even pass them through to the target URL. The plugin can also be configured to monitor when post or page permalinks are changed and automatically create a redirect to the new URL. Conditional redirects In addition to straightforward URL matching you can redirect based on other conditions: Full logging A configurable logging option allows to view all redirects occurring on your site, including information about the visitor, the browser used, and the referrer. A 'hit' count is maintained for each redirect so you can see if a URL is being used. Logs can be exported for external viewing, and can be searched and filtered for more detailed investigation. Display geographic information about an IP address, as well as a full user agent information, to try and understand who the visitor is. You are able to disable or reduce IP collection to meet the legal requirements of your geographic region, and can change the amount of information captured from the bare minimum to HTTP headers. You can also log any redirect happening on your site, including those performed outside of Redirection. Add HTTP headers HTTP headers can be added to redirects or your entire site that help reduce the impact of redirects or help increase security. You can also add your own custom headers. Track 404 errors Redirection will keep track of all 404 errors that occur on your site, allowing you to track down and fix problems. Errors can be grouped to show where you should focus your attention, and can be redirected in bulk. Query parameter handling You can match query parameters exactly, ignore them, and even pass them through to your target. Migrate Permalinks Changed your permalink structure? You can migrate old permalinks simply by entering the old permalink structure. Multiple migrations are supported. Apache & Nginx support By default Redirection will manage all redirects using WordPress. However you can configure it so redirects are automatically saved to a .htaccess file and handled by Apache itself. If you use Nginx then you can export redirects to an Nginx rewrite rules file. Fine-grained permissions Fine-grained permissions are available so you can customise the plugin for different users. This makes it particularly suitable for client sites where you may want to prevent certain actions, and remove functionality. Import & Export The plugin has a fully-featured import and export system and you can: You can also import from the following plugins: Search Regex compatible Redirection is compatible with Search Regex, allowing you to bulk update your redirects. Wait, it's free? Yes, it's really free. There's no premium version and no need to pay money to get access to features. This is a dedicated redirect management plugin.

安装:

The plugin is simple to install:
  1. Download redirection.zip
  2. Unzip
  3. Upload redirection directory to your /wp-content/plugins directory
  4. Go to the plugin management page and enable the plugin
  5. Configure the options from the Tools/Redirection page
You can find full details of installing a plugin on the plugin installation page. Full documentation can be found on the Redirection site.

屏幕截图:

  • Adding a redirection
  • Redirect logs
  • Import/Export
  • Options
  • Support

升级注意事项:

5.4
  • You may need to configure the IP header option if using a proxy
3.0
  • Upgrades the database to support IPv6. Please backup your data and visit the Redirection settings to perform the upgrade
  • Switches to the WordPress REST API
  • Permissions changed from 'administrator' role to 'manage_options' capability
3.6.1
  • Note Redirection will not work with PHP < 5.4 after 3.6 - please upgrade your PHP
3.7
  • Requires minimum PHP 5.4. Do not upgrade if you are still using PHP < 5.4
4.0
  • Alters database to support case insensitivity, trailing slashes, and query params. Please backup your data
4.7
  • Requires minimum PHP 5.6+. Do not upgrade if you are still using PHP < 5.6
4.9
  • Alters database to support enhanced logging. Please backup your data

常见问题:

Why would I want to use this instead of .htaccess?

Ease of use. Redirections are automatically created when a post URL changes, and it is a lot easier to manually add redirections than to hack around a .htaccess. You also get the added benefit of being able to keep track of 404 errors.

What is the performance of this plugin?

The plugin works in a similar manner to how WordPress handles permalinks and should not result in any noticeable slowdown to your site.

更新日志:

A x.1 version increase introduces new or updated features and can be considered to contain 'breaking' changes. A x.x.1 increase is purely a bug fix and introduces no new features, and can be considered as containing no breaking changes. 5.5.0 5.4.2 - 27th January 2024 5.4.1 - 5th January 2024 5.4 - 1st January 2024 5.3.10 - 2nd April 2023 5.3.9 - 25th January 2023 5.3.8 - 22nd January 2023 5.3.7 - 8th January 2023 5.3.6 - 12th November 2022 5.3.5 - 6th November 2022 5.3.4 - 14th September 2022 5.3.3 - 7th September 2022 5.3.2 - 6th August 2022 5.3.1 - 29th July 2022 5.3.0 - 21st July 2022 5.2.3 - 6th February 2022 5.2.2 - 22nd January 2022 5.2.1 - 16th January 2022 5.2 - 15th January 2022 5.1.3 - 24th July 2021 5.1.2 - 17th July 2021 5.1.1 - 11th April 2021 5.1 - 10th April 2021 5.0.1 - 26th Jan 2021 5.0 - 16th Jan 2021 4.9.2 - 30th October 4.9.1 - 26th October 2020 4.9 - 24th October 2020 4.8 - 23rd May 2020 4.7.2 - 8th May 2020 4.7.1 - 14th March 2020 4.7 - 15th February 2020 4.6.2 - 6th January 2020 4.6.1 - 30th December 2019 4.6 - 27th December 2019 4.5.1 - 23rd November 2019 4.5 - 23rd November 2019 4.4.2 - 29th September 2019 4.4.1 - 28th September 2019 4.4 - 22nd September 2019 4.3.3 - 8th August 2019 = 4.3.2 - 4th August 2019 = 4.3.1 - 8th June 2019 4.3 - 2nd June 2019 4.2.3 - 16th Apr 2019 4.2.2 - 13th Apr 2019 4.2.1 - 8th Apr 2019 4.2 - 6th Apr 2019 4.1.1 - 23rd Mar 2019 4.1 - 16th Mar 2019 4.0.1 - 2nd Mar 2019 4.0 - 23rd Feb 2019 3.7.3 - 2nd Feb 2019 3.7.2 - 16th Jan 2019 3.7.1 - 13th Jan 2019 3.7 - 12th Jan 2019 3.6.3 - 14th November 2018 3.6.2 - 10th November 2018 3.6.1 - 3rd November 2018 3.6 - 3rd November 2018 3.5 - 23rd September 2018 3.4.1 - 9th September 2018 3.4 - 17th July 2018 3.3.1 - 24th June 2018 3.3 - 24th June 2018 3.2 - 11th February 2018 3.1.1 - 29th January 2018 3.1 - 27th January 2018 3.0.1 - 21st Jan 2018 3.0 - 20th Jan 2018 2.10.1 - 26th November 2017 2.10 - 18th November 2017 2.9.2 - 11th November 2017 2.9.1 - 4th November 2017 2.9 - 4th November 2017 2.8.1 - 22nd October 2017 2.8 - 18th October 2017 2.7.3 - 26th August 2017 2.7.2 - 25th August 2017 2.7.1 - 14th August 2017 2.7 - 6th August 2017 2.6.6 2.6.5 2.6.4 2.6.3 2.6.2 2.6.1 2.6 2.5 2.4.5 2.4.4 2.4.3 2.4.2 2.4.1 2.4 2.3.16 2.3.15 2.3.14 2.3.13 2.3.12 2.3.11 2.3.10 2.3.9 2.3.8 2.3.7 2.3.6 2.3.5 2.3.4 2.3.3 2.3.2 2.3.0 and earlier