Skip to content
5xx · Server Error

508 Loop Detected

The server stopped because it detected an infinite loop while processing the request.

What it means

HTTP 508 Loop Detected is a WebDAV status meaning the server gave up on an operation because it ran into an infinite loop while resolving the request. Rather than spin forever, it stops and reports the loop.

When it happens

It happens with WebDAV operations that traverse resources containing circular references, where following the links would never terminate.

How to fix it

  • Find and break the circular reference among the resources involved.
  • Review symbolic links or bindings that point back into themselves.
  • Check the server log for the specific path where the loop was detected.

SEO impact

Negative if it affects real pages, but rare. It is a WebDAV-specific 5xx that seldom touches public, indexable content.

Check it with Sitewell

Find out which of your URLs return 508

Paste a list of URLs and Sitewell checks the status code of every one at once — free and without signup.

Related codes

Related guides