CC-Redirects Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
This plugin allows you to create simple redirect requests to another page on your site or elsewhere on the web.
Redirects format is similar to the one that Apache uses. The From
field should be relative to your website root. The To
field can be either a full URL to any page on the web, or relative to your website root.
From: /old-page/
To: /new-page/
From: /old-page/
To: http://example.com/new-page/
To use wildcards, put an asterisk *
after the folder name you want to redirect.
From: /old-folder/*
To: /redirect-everything-here/
You can also use the asterisk *
in the To
field to replace whatever it matches in the From
field.
From: /old-folder/*
To: /some/other/folder/*
From: /old-folder/*/content/
To: /some/other/folder/*
Screenshots
-
CC-Redirects Settings – Visit the ‘Settings > Redirects’ page, set your preferred redirects and save them.