Skip to content
/ website Public

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the BeBook redirect
Browse files Browse the repository at this point in the history
Attempting to access the BeBook, receiving ERR_TOO_MANY_REDIRECTS.

According to https://docs.netlify.com/routing/redirects/redirect-options/

  "You cannot use a redirect rule to add or remove a trailing slash."
  # This rule will cause an infinite redirect
  # because the paths are effectively the same
  /blog/remove-my-slashes/   /blog/remove-my-slashes  301!
jessicah authored Jul 10, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c6d0b49 commit 720cabf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions static/_redirects
Original file line number Diff line number Diff line change
@@ -21,6 +21,3 @@
# URL canonicalization
http://haiku.netlify.com/* https://www.haiku-os.org/:splat 301!
https://haiku.netlify.com/* https://www.haiku-os.org/:splat 301!

# Various brokenness
/legacy-docs/bebook /legacy-docs/bebook/ 301!

0 comments on commit 720cabf

Please sign in to comment.