Back to home

Redirect Generator

Generate 301/302 redirect rules for Apache, Nginx, Next.js, and Vercel

Redirect Entries

Entry 1
RewriteEngine On
RewriteRule ^old-page$ /new-page [R=301,L]

Tips

  • Use 301 for permanent moves (SEO-friendly), 302 for temporary redirects
  • Apache: place in .htaccess in your site root
  • Next.js: add to redirects in next.config.js
  • Vercel: add redirects array to vercel.json