Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 541 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 541 Bytes

Build Status

Yeebase.SEO.Routing

Package to ensure that all links end with a trailing slash, e.g. example.com/test/ instead of `example.com/test.

Configuration

By default, all /neos/ URLs are ignored. You can extend the blacklist array with regex as you like.

Yeebase:
  SEO:
    Routing:
      redirect:
        enable: true
        statusCode: 303
      blacklist:
        '/neos/.*': true