571

Product support

Get help in the plugin support forum.

  • Added on Apr 5, 2017
  • Current version: 1.0.2
  • Platform Compatibility
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • Created by

Categories

This plugin helps you to manage redirection of incoming requests. Your can customize the request method and use a wildcard/optional parameter. It redirects to any URL with a given HTTP status code. Almost all 3xx HTTP status codes are available.

Example

Your redirect: /foo/bar

Request 1: /foo matches not
Request 2: /foo/bar matches

Wildcards

Your redirect: /foo/{wildcard}/bar

Request 1: /foo matches not
Request 2: /foo/foo matches not
Request 3: /foo/foo/bar matches
Request 3: /foo/123456789/bar matches
Request 3: /foo/123456789/bar/foo matches not

Wildcard expression looks like {wildcard}

Every wildcard name should be used only once: /foo/{w1}/{w2}/{w3}/bar

Optional Parameters

Your redirect: /abc/{optional?}

Request 1: /abc matches
Request 2: /abc/foo matches
Request 3: /abc/foo/bar matches not

Caching

Redirects are cached forever. This means you have to empty the October cache when you like to become new redirects effective.

1.0.2

Created table alexwenzel_redirectwizard_redirects

Apr 05, 2017

1.0.1

Initialize plugin.

Apr 05, 2017