I have delete my page rules, but it do not work, old page rules still appy

What is the name of the domain?

imginn io

What is the isssue you’re encountering

Page rules which have deleted but still work

Can you share an example link? You may want to clear browser cache and/or try incognito.

im had been 301 redirect this domain to imginn online, it work perfectly, but now im want remove this rule, but it still apply :<, i have clear cache, open with guest profile,…

You can run Trace to see all the rules that are applied on that URL. From there you can disable the one that is responsible for the redirect.

After run Trace, no rules applied to my url, but it have "HTTP Status Code:

301 Moved Permanently" at the end

This usually means that this redirect is coming from upstream, i.e. your origin. You can confirm this by running curl directly to your origin like this:

curl -svo /dev/null https://imginn.io --connect-to ::1.2.3.4

where 1.2.3.4 is your origin IP from the DNS tab of Cloudflare dashboard.

If you don’t have SSL certificate on your origin or if it is self-signed, then add --insecure flag to your curl command to bypass SSL certificate error.

2 Likes

Oh, thank u, after run curl, seem 301 redirect rule not only in Cloudflare, i had applied that rule in htaccess but i forgot it. The problem was solved, thank again!

3 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.