Help i have problem in website

When I type on the page mtshost.pl it writes me “Sorry, you have been blocked!” and “You are unable to access mtshost.pl” please help, why do I have such an error?

You only see that error when entering information, not just on loading the page? Can you attach a screen shot of the error?

Yes, I send photo

I see the same thing @wojtekxkox does @cloonan.

Curiously this domain is simply a redirect it seems

 % curl mtshost.pl -Is | grep -E '(HTTP|Location)'
HTTP/1.1 301 Moved Permanently
Location: https://discord.gg/q8uJnDjZ9Z

Is this your site @wojtekxkox?

1 Like

Yes, mtshost.pl is my website

Do you have a page rule configured for the redirect?

Yes, i have ban in domain?

As per Sorry, you have been blocked

This is caused by Cloudflare’s WAF being triggered.

This makes sense as the status code returned to the browser is 403 Forbidden.

It would appear the domain isn’t banned, but is returning a message as per the configuration you have in place. Check out the link at the top for information on how to work through this issue.

What security measures have you activated @wojtekxkox ?