CC-Redirects

0

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 s

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

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/*