Skip to content

Commit

Permalink
[TASK] Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aertmann committed Oct 30, 2015
1 parent c3b2a5d commit cbb839d
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
MOC.Redirects
=============

TYPO3 Neos package that allows for entering an old URL that will be redirected to the page.
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/mocdk/MOC.Redirects/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/mocdk/MOC.Redirects/?branch=master)
[![Latest Stable Version](https://poser.pugx.org/moc/redirects/v/stable)](https://packagist.org/packages/moc/redirects)
[![Total Downloads](https://poser.pugx.org/moc/redirects/downloads)](https://packagist.org/packages/moc/redirects)
[![License](https://poser.pugx.org/moc/redirects/license)](https://packagist.org/packages/moc/redirects)

Depends on TYPO3 Neos 1.2
Introduction
------------

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

> !!! Not compatible with language dimensions.
**!!! Not compatible with language dimensions**

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

Expand All @@ -28,7 +34,7 @@ Examples:

Installation
------------
composer require "moc/redirects" "1.0.*"
composer require "moc/redirects:~2.0"

Put this in your global Configuration/Routes.yaml
```yaml
Expand All @@ -38,4 +44,4 @@ Put this in your global Configuration/Routes.yaml
subRoutes:
'MOCRedirectsSubroutes':
package: 'MOC.Redirects'
```
```

0 comments on commit cbb839d

Please sign in to comment.