-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Archive links 404 on single digit dates in 2010 #15
Labels
Comments
We should add a script to crawl the deployed site for 404s. |
Here's a rough idea of the problem. Page,Link,HTTP Status Code
|
We could throw https://metacpan.org/pod/Test::Pod::No404s at the articles. Maybe we can even write a test suite for them and have a github action that runs on article PRs. |
I believe this is fixed now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As noted in comment on #4 , but simpler to solve (and currently visitor visible), so maybe this deserves a separate issue:
Archives pages http://perladvent.org/archives-Yd.html and ./archives-AZ.html are linking to 2010 uniformly as ./2010/dd but the pages are at ./2010/9/ , so there are (at least) 9 pages that appear to 404 from the Archive link.
Could be fixed with rewrite, symlink, meta redirect, or just editing the two Archives files to add q(0)x9 each.
(IIRC on the 2nd generation of Advent's PM.org WEBdav server, we had symlinks instead of rewrite rules. My peek at Archives today was prompted by PM.org discussion about moving that static service to "Grandfathered" twighlight status.)
The text was updated successfully, but these errors were encountered: