What is the name of the domain?
What is the issue you’re encountering
Unable to get Redirect Rule to work
What steps have you taken to resolve the issue?
We are using Google Sites. We have set up Cloudflare, and we can access the website.
We want to redirect visitors requesting the /user/* page to the /resources/ page.
We have referred to this page:
When incoming requests match:
Field: URI Path
Operator: equals
Value: /user/
Then:
Type: Static
URL: /resources/
Status code: 301
Preserve query string: NOT enabled
- So it did not work for us. We got a 404 error.
- For the “operator”, we have also tried “starts with” and “contains”. They did not work too (404 too).
- We have tried Page Rules, and that did not work too (404 too).
Did we do something fundamentally erroneous?