What is the name of the domain?
scuti.jp
What is the error number?
No error number is displayed.
What is the error message?
No specific error message is displayed. The requests simply return a 200 OK response from the origin.
What is the issue you’re encountering
I have configured multiple Redirect Rules in Cloudflare to redirect all traffic from https://www.scuti.jp/blog/*
to https://blog.scuti.jp/$1
, but the redirects never trigger. Regardless of the rules I create, the requests always return a 200 OK response from the origin server (Weebly) instead of the expected 301 redirect.
What steps have you taken to resolve the issue?
Confirmed that the DNS records for scuti.jp and www.scuti.jp
are proxied through Cloudflare.
Tested various Redirect Rules, including Wildcard patterns and Custom filter expressions, as well as Page Rules.
Disabled “Always Use HTTPS” and tested again.
Tried extremely simple conditions, such as redirecting all www.scuti.jp
traffic to a completely different domain (https://scuti.asia
), but no redirect triggered.
Tested similar rules on another domain under the same Cloudflare account, where the rules worked correctly. This indicates the issue is isolated to scuti.jp
.
What are the steps to reproduce the issue?
Set up a Redirect Rule or Page Rule on the scuti.jp zone in Cloudflare. For example:
If host equals “www.scuti.jp
”, then redirect to https://blog.scuti.jp
(301).
Confirm the rule is active and placed first in the order.
Access https://www.scuti.jp/blog
via curl or browser.
Observe that the response is always 200 OK from the origin, and no redirect occurs.