Move or rename pages without losing SEO. This free 301 redirect generator creates ready-to-paste redirect rules for Apache (.htaccess) and Nginx, so old URLs send visitors and ranking signals to the right new page.
How to use the redirect generator
Pick your server, then add one row for each redirect: the old path and the new destination URL. Copy the generated rules into your .htaccess file (Apache) or server block (Nginx). A 301 is a permanent redirect, which passes the large majority of ranking signal to the new URL.
Frequently asked questions
What is a 301 redirect?
A 301 is a permanent redirect that sends users and search engines from an old URL to a new one. It is the correct choice when you move or rename a page and want to keep its rankings.
301 vs 302: which should I use?
Use 301 for permanent moves — it passes ranking signals. Use 302 only for temporary changes where you intend to restore the original URL.
Where do I add Apache redirect rules?
In the .htaccess file in your site’s root directory. For Nginx, add the rules to the relevant server or location block and reload the configuration.