承接 neos/redirecthandler-neosadapter 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

neos/redirecthandler-neosadapter

最新稳定版本:5.0.4

Composer 安装命令:

composer require neos/redirecthandler-neosadapter

包简介

Neos Redirect Handler

README 文档

README

Latest Stable Version Total Downloads License

Neos redirect handler

This package enables automatic redirects for renamed/moved pages. This helps with SEO and user experience by avoiding dead links.

Additionally a 410 (gone) status code will be given for removed pages instead of 404 (not found).

Check the documentation for all features and usage.

Installation

To use the redirect package, you have to install this package.

composer require "neos/redirecthandler-neosadapter"

and additionally a storage package. A default one for storing redirects in the database can be installed using composer with

composer require "neos/redirecthandler-databasestorage"

The backend UI module for managing redirects manually can be installed using composer with

composer require "neos/redirecthandler-ui"

Adjusting your webserver configuration

Note: When using this to handle redirects for persistent resources, you must adjust the default rewrite rules! By default, any miss for _Resources/… stops the request and returns a 404 from the webserver directly:

# Make sure that not existing resources don't execute Flow
RewriteRule ^_Resources/.* - [L]

For the redirect handler to even see the request, this has to be removed. Usually the performance impact can be neglected, since Flow is only hit for resources that once existed and to which someone still holds a link.

Configuration

You can find the configuration options in the documentation.

License

See License.

统计信息

  • 总下载量: 767.9k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 7
  • 点击次数: 1
  • 依赖项目数: 9
  • 推荐数: 4

GitHub 信息

  • Stars: 6
  • Watchers: 2
  • Forks: 15
  • 开发语言: Gherkin

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2016-04-28