Server error

508 508 Loop Detected

The server detected an infinite loop while processing the request, usually in a redirect or a rewrite rule.

Common causes

  • A rewrite rule that matches its own output.
  • Two redirect rules pointing at each other.

How to fix it

  • Trace the chain with a redirect checker and remove the rule that closes the circle.

See what a site actually returns

Run a live check and read the real status code, headers and timings.

Check a website