|
| 1 | +=== redirection.io === |
| 2 | +Contributors: redirectionio |
| 3 | +Donate link: https://redirection.io/ |
| 4 | +Tags: redirection, http, seo, redirect, search engine, meta tags, redirection.io |
| 5 | +Requires at least: 4.0 |
| 6 | +Tested up to: 4.8 |
| 7 | +Stable tag: trunk |
| 8 | +Requires PHP: 7.1 |
| 9 | +License: MIT |
| 10 | +License URI: https://opensource.org/licenses/MIT |
| 11 | + |
| 12 | +This plugin integrates redirection.io with your Wordpress website. |
| 13 | + |
| 14 | +== Description == |
| 15 | + |
| 16 | +The redirection.io plugin works in combination with [redirection.io](https://redirection.io), a pwerful URL redirection manager (and a lot more). |
| 17 | + |
| 18 | +With redirection.io, you can: |
| 19 | + |
| 20 | + * manage HTTP redirections ; |
| 21 | + * log your traffic and check HTTP errors ; |
| 22 | + * create "Page not found" responses ; |
| 23 | + * override SEO properties ; |
| 24 | + * inject rich data into pages ; |
| 25 | + * etc. |
| 26 | + |
| 27 | +== Installation == |
| 28 | + |
| 29 | += Automatic installation = |
| 30 | + |
| 31 | +*The easy way* |
| 32 | + |
| 33 | +1. Go to your WP admin area in `Plugins > Add new` |
| 34 | +2. Type `redirection.io` in `Search Plugins` box |
| 35 | +3. Click `Install Now` button |
| 36 | +4. Click `Activate` button |
| 37 | + |
| 38 | +You can then find the plugin configuration page in your WP admin area under `Settings > redirection.io` |
| 39 | + |
| 40 | += zip archive install = |
| 41 | + |
| 42 | +We provide a zip archive of the plugin [in our "releases" page](https://github.com/redirectionio/proxy-wordpress/releases). |
| 43 | + |
| 44 | +1. Download the latest release |
| 45 | +2. In your WordPress admin area, head to `Plugins > Add New` |
| 46 | +3. Click the "Upload Plugin" button |
| 47 | +4. Choose the zip archive and click the "Install Now" button |
| 48 | + |
| 49 | +You can then find the plugin configuration page in your WP admin area under `Settings > redirection.io` |
| 50 | + |
| 51 | += Manual installation = |
| 52 | + |
| 53 | +This install procedure allows to install the plugin from this repository's code. |
| 54 | + |
| 55 | +1. Donwload the zip archive of this repository's code: [https://github.com/redirectionio/proxy-wordpress/archive/master.zip](https://github.com/redirectionio/proxy-wordpress/archive/master.zip) |
| 56 | +2. Extract this archive, and navigate in the extracted folder with a shell |
| 57 | +3. Install [Composer](https://getcomposer.org/) dependencies: |
| 58 | +```sh |
| 59 | +COMPOSER_MIRROR_PATH_REPOS=1 composer install |
| 60 | +``` |
| 61 | +4. Move this `wordpress` directory in `wp-content/plugins/` and rename it `redirectionio` |
| 62 | +5. Go to your WordPress admin area in `Plugins > Installed Plugins` |
| 63 | +6. Click `Activate` link in redirection.io row |
| 64 | + |
| 65 | +You can then find the plugin configuration page in your WP admin area under `Settings > redirection.io` |
| 66 | + |
| 67 | + |
| 68 | +== Frequently Asked Questions == |
| 69 | + |
| 70 | += Do I need an external account? = |
| 71 | + |
| 72 | +Yes, a [redirection.io](https://redirection.io/) account is required. You can create one for free here: |
| 73 | + |
| 74 | += How to setup redirection rules? = |
| 75 | + |
| 76 | +Creating redirection rules (or SEO overrides, or meta tags injection, etc.) can be done using our "manager", a dedicated tool. You can find all the details in our documentation: [https://redirection.io/documentation/user-documentation/create-a-rule#how-to-create-a-rule](https://redirection.io/documentation/user-documentation/create-a-rule#how-to-create-a-rule). |
| 77 | + |
| 78 | +== Screenshots == |
| 79 | + |
| 80 | +1. Website dashboard |
| 81 | +2. Rule creation form |
| 82 | + |
| 83 | +== Changelog == |
| 84 | + |
| 85 | += 0.2 = |
| 86 | + |
| 87 | +This is the initial version. |
0 commit comments