Main Content

AIOS 301 Redirects Walkthrough

Create a list of URLs that you would like to 301 redirect to another page or site.

  1. Download Plugin Via GitLab http://gitlab.thedesignpeople.net/Plugins/aios-301-redirects
  2. Install Plugin

Usage

  • Request: /old-page/
  • Destination: /new-page/

Wildcards

To use wildcards, put an asterisk (*) after the folder name that you want to redirect.

Example

  • Request: /old-folder/*
  • Destination: /redirect-everything-here/

You can also use the asterisk in the destination to replace whatever it matched in the request if you like. Something like this:

Example

  • Request: /old-folder/*
  • Destination: /some/other/folder/*

Or:

  • Request: /old-folder/*/content/
  • Destination: /some/other/folder/*