{"id":28763867,"url":"https://github.com/neos/redirecthandler-neosadapter","last_synced_at":"2025-06-17T09:10:40.713Z","repository":{"id":55045172,"uuid":"57218118","full_name":"neos/redirecthandler-neosadapter","owner":"neos","description":"Neos RedirectHandler adapter for Neos CMS for creating redirects and status codes","archived":false,"fork":false,"pushed_at":"2025-02-11T19:18:28.000Z","size":307,"stargazers_count":6,"open_issues_count":9,"forks_count":15,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-19T14:55:40.606Z","etag":null,"topics":["flowframework","hacktoberfest","neoscms"],"latest_commit_sha":null,"homepage":"","language":"Gherkin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-27T14:04:15.000Z","updated_at":"2025-02-11T19:18:32.000Z","dependencies_parsed_at":"2022-08-14T10:00:48.334Z","dependency_job_id":"a3d63303-d78d-4527-af8c-d689252445e1","html_url":"https://github.com/neos/redirecthandler-neosadapter","commit_stats":{"total_commits":165,"total_committers":24,"mean_commits":6.875,"dds":0.593939393939394,"last_synced_commit":"7009c8d653ad205344dd9dfa9b2fd6638e2ffe8d"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/neos/redirecthandler-neosadapter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neos%2Fredirecthandler-neosadapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neos%2Fredirecthandler-neosadapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neos%2Fredirecthandler-neosadapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neos%2Fredirecthandler-neosadapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neos","download_url":"https://codeload.github.com/neos/redirecthandler-neosadapter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neos%2Fredirecthandler-neosadapter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260326793,"owners_count":22992388,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flowframework","hacktoberfest","neoscms"],"created_at":"2025-06-17T09:10:39.795Z","updated_at":"2025-06-17T09:10:40.681Z","avatar_url":"https://github.com/neos.png","language":"Gherkin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Latest Stable Version](https://poser.pugx.org/neos/redirecthandler-neosadapter/v/stable)](https://packagist.org/packages/neos/redirecthandler-neosadapter)\n[![Total Downloads](https://poser.pugx.org/neos/redirecthandler-neosadapter/downloads)](https://packagist.org/packages/neos/redirecthandler-neosadapter)\n[![License](https://poser.pugx.org/neos/redirecthandler-neosadapter/license)](LICENSE)\n\n# Neos redirect handler\n\nThis package enables automatic redirects for renamed/moved pages. This helps with SEO and user experience by avoiding dead links.\n\nAdditionally a `410` (gone) status code will be given for removed pages instead of `404` (not found). \n\nCheck the [documentation](https://neos-redirecthandler-adapter.readthedocs.io/en/latest/) for all features and usage.\n\n## Installation\n\nTo use the redirect package, you have to install this package.\n\n    composer require \"neos/redirecthandler-neosadapter\"\n\nand additionally a storage package. A default one for storing redirects in the database can be installed using composer with \n\n    composer require \"neos/redirecthandler-databasestorage\"\n\nThe backend UI module for managing redirects manually can be installed using composer with \n\n    composer require \"neos/redirecthandler-ui\"\n\n### Adjusting your webserver configuration\n\n**Note**: When using this to handle redirects for persistent resources, you must adjust the default\nrewrite rules! By default, any miss for `_Resources/…` stops the request and returns a 404 from the\nwebserver directly:\n  \n  \t# Make sure that not existing resources don't execute Flow\n\tRewriteRule ^_Resources/.* - [L]\n\nFor the redirect handler to even see the request, this has to be removed. Usually the performance impact\ncan be neglected, since Flow is only hit for resources that once existed and to which someone still holds\na link.\n\n## Configuration\n\nYou can find the configuration options in the [documentation](https://neos-redirecthandler-adapter.readthedocs.io/en/latest/).\n\n## License\n\nSee [License](./LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneos%2Fredirecthandler-neosadapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneos%2Fredirecthandler-neosadapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneos%2Fredirecthandler-neosadapter/lists"}