The fastest way to redirect a URL to another is using a .htaccess file in your Apache server.
Redirect 301 /oldpage.html http://www.yoursite.com/newpage.html
Redirect 301 /oldpage2.html http://www.yoursite.com/folder/
However, this approach is not friendly to beginners and even brings bad consequences if you write the wrong rule in the htaccess
file.
In this post, I’d like to introduce a fresh new WordPress redirect plugin called CC-Redirects which allows the beginners to quickly and simply add 301 (recommended for SEO) or 302 redirects in WordPress websites just by typing the URLs to redirect. Have fun.
How to use it:
1. Search and install the CC-Redirects
plugin from your admin panel.
2. Click the Settings
link after you activate the plugin.
3. Add a new redirect rule in the Settings page. Set the old URL, new URL and redirect code as follows:
4. You can also create dynamic redirect rules that can match many URLs by using the asterisk (*) character.
5. Click the Save
button to save all the redirects. Done.
Download WordPress Plugin:
You can download this free WordPress plugin using the download button below. Unless otherwise stated, the WordPress plugin is available under GNU General Public License.
Author: Clearcode
Homepage: https://wordpress.org/plugins/cc-redirects/
Don’t forget to share this WordPress plugin and also check out other awesome plugins on our site.