We'll create fresh WordPress site with CC-Redirects installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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/*