- Issue created by @eduardo morales alberti
The entity_mesh
module fails to correctly detect internal routes in Drupal installations
that are hosted in subfolders. As a result, valid routes (e.g., /article
accessed via
https://localhost/subfolder/article
) are marked as broken.
/subfolder
).entity_mesh
.https://localhost/subfolder/home
on a content.
Enhance the internal route detection logic to account for Drupal installations in subfolders.
This should parse the base_path()
of the site and prepend it to internal paths before comparison.
None.
None.
None.
Active
1.0
Code