Closed (fixed)
Project:
Redirect Audit
Version:
1.2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Feb 2026 at 14:14 UTC
Updated:
10 Mar 2026 at 09:05 UTC
Jump to comment: Most recent
When the module is installed on a site that already has redirects, most chains and loops are not detected. The scan reports few or no results even when chains and loops clearly exist in the database.
This happens because the detection algorithm cannot match redirect targets back to redirect sources when paths involve aliases or different languages.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
antonio nunez commentedTested on several multisite and multilingual projects. False positives and false negatives that appeared in complex language configurations have been corrected. New cases such as self-loops are detected, and the full scan runs cleanly on every execution.