Comment on page
🪧
What is redirection?
Learn about page redirection.

- To redirect to the new URL when a page's URL changes
- To redirect an invalid subdomain to another domain
- To redirect to another page for log-in or authentication purposes
- Redirection 301
- Redirect immediately without processing any server-side or client-side code
- Redirection 302
- Redirect temporarily using a script or html tag
Last modified 1yr ago