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

yeebase/Yeebase.SEO.Routing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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