You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are archiving a website that has had a few incarnations, the older archives have pages with a .html extension and the newer archives have /.
I want any pages with the exact URL paths except for the file extension (like below) to treated as if they are the same URL.
Expected behavior
We are archiving a website that has had a few incarnations, the older archives have pages with a .html extension and the newer archives have /.
I want any pages with the exact URL paths except for the file extension (like below) to treated as if they are the same URL.
What actually happened
If I navigate to https://mydomain.com/segment-1/segment-2.html I only able to see dates where this exact page URL was archived and not pages with https://mydomain.com/segment-1/segment-2/ that were archived at a later date.
Things I have tried
I have tried many variations of filtering and fuzzy matching in config.yaml, I did add a rules.yaml file but it was ignored.
It would be good to know if I'm in the right ballpark with how to resolve my issue.
Browser
I am running Chrome on Ubuntu, but I have tested on Firefox
The text was updated successfully, but these errors were encountered: