- Merge request !37Issue #3298782: Do not create redirect if destination is not accessible → (Open) created by dieterholvoet
- First commit to issue fork.
This is the same issue as #1911238: Add option to create redirects only if node is published → , but for Drupal 8+ and with the intention to create an entity type agnostic solution.
Original issue description:
When posts are in draft unpublished state, titles and path may change quite a bit. Redirects for these changes can be extraneous on many (if not most) sites. It would be nice to have the option to have Redirect module kick in to create automatic redirects only if the node has already been published with a different path.
Enable automatic redirects and update the path alias of an unpublished node. A redirect will be created, but it's useless since the path was never public.
Check whether the redirect url is accessible for anonymous users before saving the automatic redirect.
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.