helper / notfound
TYPO3 Neos Helper 获取 Neos-Backend 中可编辑的 404 页面
1.0.0
2015-07-22 14:28 UTC
Requires
- typo3/neos: >=1.0
This package is not auto-updated.
Last update: 2024-09-28 17:43:53 UTC
README
TYPO3 Neos 包,用于加载 Neos 页面以显示 404 错误。同时支持多语言页面。
兼容 TYPO3 Neos 1.0-2.0+
安装
composer require "helper/notfound" "1.0.*"
在网站根目录下创建一个 URI 为 "404" 的页面。
或者,在 Settings.yaml
中设置以下配置
TYPO3: Flow: error: exceptionHandler: renderingGroups: notFoundExceptions: options: variables: # Path to 404 error page relative to site root path: '404'