How to install Redirectify perfectly
1. install Redirectify
2. activat it
3. change a single line in the plugin php file. Look for:
wp_redirect($redirect);
And change that to:
header(”Location:{$redirect}”);
4. Go Write > Write page > and create a page
5. scroll to the bottom of the page you are creating and Type “redirect” in the – middle – Key field (no quotes) of the custom field
6. Type the URI in the Value field Click “Add custom field”.
there you have it