Skip to content

Commit

Permalink
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!
  • Loading branch information
jessicah committed Jul 10, 2021
1 parent c6d0b49 commit 720cabf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions static/_redirects
Expand Up @@ -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.