CC-Redirects

CC-Redirects Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,167 downloads
CC-Redirects Icon

Try plugin: CC-Redirects

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.

Takes ~10 seconds to install.

About CC-Redirects

This plugin allows you to create simple redirect requests to another page on your site or elsewhere on the web.

0


0


0


0


0

updated: 1 year ago
since: 6 years ago
author: Clearcode

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