sites_redirect
No security coverage
Sites redirect makes the Redirect module site-aware when you run several sites from one Drupal install with the Sites module. The same source path can resolve to a different redirect on each site, and visitors only ever hit the redirect that belongs to the site they are on.
Out of the box a redirect source path is global — a redirect for /old-page fires on every site. With Sites redirect you create /old-page once per site, each pointing somewhere different, and editors only see and manage the redirects for their own site.
Features
- Per-site redirects keyed on the same source path
- "Add site redirect" form — create one redirect for many sites at once from the default site
- Redirect admin list scoped to the current site, with a Site column and filter
- Site-aware access control: editors can only change redirects for their site
- Automatic alias-change redirects inherit the alias's site
- Site-less redirects still work as standard global redirects
Requirements
Drupal 11+, plus the Redirect, Sites and Form decorator modules.