Skip to content
Webify
Redirect Checker

Redirect Checker

Shows the 301/302/308 chain step by step.

Target

Shows the 301/302/308 chain step by step.

Guide

Redirect CheckerCommon searches and answers

The redirect checker shows a URL’s 301/302 chain step by step. Searches like “www https redirect”, “301 or 302” and “redirect loop” land here. In SEO a shorter chain leaks less PageRank and paints faster. Only your own address or an authorised URL.

When 301, 302 and 308

301 is permanent; search engines treat the target as canonical. 302 is temporary; the index may stay on the old URL. 308 is also permanent and keeps the method (POST). www → apex and http → https should be one 301. Extra hops (http://www → http://apex → https://apex) mean three requests and loss.

A loop is A pointing to B and B back to A; the browser says “too many redirects”. The cause is conflicting .htaccess, plugin and CDN rules. The tool cuts the chain step by step so you see which location turns back.

SEO and certificates

If canonical points one way and 301 another, the signal splits. AMP, UTM and slash variants count as other URLs. If the certificate name and the final host disagree, the browser warns; even if the chain ends on https, an http hop leaks before HSTS. Turn HSTS on at the final HTTPS.

How to read it

Each row is a status and Location. One 301 and a 200 is ideal. Four or five hops mean piled-up rules. 404 or 410 at the end means no content; the redirect “works” but SEO dies. Do not flood URLs you do not own.

Cutover, slashes and search intent

Searches like “http to https redirect”, “how to redirect www”, “301 vs 302”, “too many redirects” land here. After a domain or host change, old URLs should hit the new canonical in one 301. A bulk map (old blog path → new post) comes from the sitemap; a blanket “send everything home” 301 burns rankings. A slash (/page vs /page/) is two addresses; 301 one onto the other.

CDN “Flexible SSL” turns a hop into http origin; the browser sees https, the server sees http, and cookies or mixed content break. Full (strict) and a correct certificate chain are required. This tool lists Locations seen from outside; it does not show the origin’s internal rule. After setup, run apex http, www http, apex https and www https once each. All four must land on the same 200. On a Webify cutover those four tests are the acceptance check.

Frequently asked questions

These are the queries people type for this tool. Answers match the visible text.

301 moves the canonical permanently. 302 is temporary; the index may stay on the old URL. Use 301 for a lasting move.

One 301: http+www → https://chosen-apex. Do not insert an http hop in the middle.

Find the step that turns back. Turn off the conflicting rule in .htaccess, the plugin or the CDN.

One. Two only on a forced cutover. Three or more is piled rules; simplify.

When a permanent move must keep the method (POST). A 301 can change POST to GET on a form submit.

404/410 means no content; 5xx is a server error. Fix the target or put content there.

For the browser and analytics, yes. Canonical and 301 should point at the clean apex.

The browser will not try http on the next visit. Enable HSTS only on the final HTTPS hop.

No. Only your own or an authorised address. Otherwise it is unauthorised reconnaissance.

Yes: one 301, SSL and canonical in the same window. This page is for verification after setup.