Skip to content
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

Update the BeBook redirect #532

Merged
merged 2 commits into from
Jul 10, 2021
Merged

Update the BeBook redirect #532

merged 2 commits into from
Jul 10, 2021

Conversation

jessicah
Copy link
Member

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!

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!
Attempting to access the BeBook, receiving ERR_TOO_MANY_REDIRECTS, so instead redirect to the index.html page directly.

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 jessicah changed the title Remove the BeBook redirect Update the BeBook redirect Jul 10, 2021
@leavengood leavengood merged commit 987685a into master Jul 10, 2021
@waddlesplash waddlesplash deleted the remove-bebook-redirect branch September 14, 2021 17:33
kallisti5 pushed a commit to kallisti5/website that referenced this pull request Jan 2, 2022
* Update the BeBook redirect

Attempting to access the BeBook, receiving ERR_TOO_MANY_REDIRECTS, so instead redirect to the index.html page directly.

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!
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants