moc/redirects

Last activity 23 Aug 2018 7 3 1868
composer require moc/redirects

Neos CMS package that allows for entering an old URL that will be redirected to the page

3.0.0

Version
3.0.0
Type
neos-package
Release Date
Aug 23, 2018 15:29
Source
git
Distribution
zip
Requires
MIT
  • #flow
  • #redirect
  • #neos
  • #301
3d7192309c2d15f7e554d1807d9f66036b4235a9

MOC.Redirects

Scrutinizer Code Quality Latest Stable Version Total Downloads License

Introduction

Neos CMS package that allows for entering an old URL that will be redirected to the page.

Compatible with Neos 4.x, 3.x

!!! Not compatible with language dimensions

Matches relative and absolute URLs regardless of schema (http/https) including query string (hash is ignored).

Examples:

Redirect URL Request URL
/test http://acme.com/test
/test/ http://acme.com/test/
/test/bar https://acme.com/test/bar
acme.com/test http://acme.com/test
acme.com/test https://acme.com/test
acme.com/test/a http://acme.com/test/a
http://acme.com/test http://acme.com/test
http://acme.com/test https://acme.com/test
https://acme.com/test https://acme.com/test
https://acme.com/test http://acme.com/test
http://acme.com/test?a=b http://acme.com/test?a=b
http://acme.com/test#foo http://acme.com/test#bar

Installation

composer require "moc/redirects:~3.0"

The content of the readme is provided by Github
The same vendor provides 4 package(s).