Loading content...
Generate redirect rules for nginx, Apache .htaccess, Vercel, and Netlify — 301 and 302 — from a simple from/to list.
location /old-page {
return 301 /new-page;
}
location ~ ^/blog/(.*)$ {
return 301 /blog/;
}
location /old/ {
return 301 https://example.com/new/;
}How we plan 301 migrations without losing SEO equity — sent to your inbox.
No spam. Unsubscribe anytime.
Discover more utility-driven tools designed to enhance your workflow and technical excellence.
Generate .gitignore files from 30+ templates — Node, Python, Go, Rust, Java, macOS, Windows, IDEs, and more. Copy or download instantly.
Generate production-ready Dockerfiles and .dockerignore for Node, Python, Go, Rust, Java, and Next.js — multi-stage, distroless-aware.
Searchable reference for every HTTP status code — 1xx to 5xx — with meanings, typical use cases, and developer-friendly explanations.