Redirect Chain Fixer

Follow your redirect chain hop by hop. Detects loops and your stack — generates the exact config to fix ERR_TOO_MANY_REDIRECTS.

Enter any URL — follows every redirect hop in real time
and generates the exact fix if a loop is detected.

Works with Cloudflare · Vercel · Nginx · Apache · Netlify

Or paste curl output

Run this in your terminal, then paste the output below:

curl -sIL --max-redirs 15 https://yoursite.com | grep -E "^HTTP|^Location|^location|^server|^cf-ray|^x-vercel"

See also: Redirect loop fix guide  ·  SSL Chain Visualizer