Skip to content

Commit

Permalink
Restrict bib redirects
Browse files Browse the repository at this point in the history
... so that our old .bib files can be downloaded again
fingolfin committed Sep 2, 2024
1 parent 81ded36 commit fc8d701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ Redirect temp /Contacts/publicationfeedback.html /contact
Redirect temp /Contacts/submit.html /packages/authors/submit
Redirect temp /Contacts/trouble.html /issues

RedirectMatch temp "^/[dD]oc/[bB]ib(/|$)(.*)" /doc/#bibliographies
RedirectMatch temp "^/Doc/Bib(/|$)(.*)" /doc/#bibliographies
Redirect temp /Doc/Learning/learning.html /doc/learn
Redirect temp /Doc/Teaching/teaching.html /doc/teach
Redirect temp /Doc/History/history.html /about/history

0 comments on commit fc8d701

Please sign in to comment.