Skip to content

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

License

Notifications You must be signed in to change notification settings

mocdk/MOC.Redirects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages