/project/plugins/redirect
/project/plugins/redirect
Key | Value | Description |
---|---|---|
enabled | true | true or false to disable the plugin |
priority | 100 | Redirect plugin priority |
redirect | [] | Redirect specific data |
You may define unlimited redirects in project/config/plugins/redirect/settings.yaml
Here is basic example of simple redirects:
redirect:
-
from: '/home'
to: './'
status: 301
-
from: '/'
to: './en'
status: 301
Provide automatically generated XML sitemap.
Twig plugin to present Twig template engine for Flextype.
Site plugin to display entries content on the website frontend.
Accounts Panel plugin for Flextype.
Themes Admin plugin to manage site themes for the website frontend.